mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:31:52 +00:00
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
|
|
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
|
|
stream: env PORT=4000 yarn run start
|
|
webpack: env WEBPACKER_DEV_SERVER_HOST=0.0.0.0 ./bin/webpacker-dev-server
|