1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 14:58:31 +09:00
whippy-edition/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