1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-22 15:43:04 -05:00

5 lines
210 B
Plaintext
Raw Normal View History

web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
2018-03-11 22:50:40 -04:00
stream: env PORT=4000 yarn run start
webpack: bin/webpack-dev-server