~cytrogen/masto-fe

ref: 3182ecc24c50485d5ce0456a13810023529bf71b masto-fe/Procfile.dev -rw-r--r-- 234 bytes
3182ecc2 — dependabot[bot] Bump puma from 6.2.2 to 6.3.0 (#25229) 2 years ago
                                                                                
1
2
3
4
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 --listen-host 0.0.0.0