mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-13 17:50:13 +01:00
4 lines
252 B
Text
4 lines
252 B
Text
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
|