mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
4 lines
236 B
Text
4 lines
236 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 workspace @mastodon/streaming start
|
|
webpack: bin/webpack-dev-server
|