mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-01 17:22:07 +01:00
4 lines
210 B
Text
4 lines
210 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: bin/webpack-dev-server
|