1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-27 14:28:24 +09:00
mastodon/Procfile.dev

5 lines
161 B
Plaintext
Raw Normal View History

web: PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: bundle exec sidekiq
stream: PORT=4000 yarn run start
webpack: ./bin/webpack-dev-server --host 0.0.0.0