1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 06:37:16 +09:00
YuruToot/Procfile.dev
2023-11-14 17:43:20 +00:00

5 lines
236 B
Plaintext

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