~cytrogen/masto-fe

ref: b86f3596ba0e3fccc5446bdf3d75eee8da597695 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
b86f3596 — dependabot[bot] Bump @babel/plugin-transform-runtime from 7.21.4 to 7.22.4 (#25173) 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