~cytrogen/masto-fe

ref: e2f58c8c82d66040490a70db2ce9fb8f49d02a8f masto-fe/Procfile.dev -rw-r--r-- 234 bytes
e2f58c8c — dependabot[bot] Bump capybara from 3.38.0 to 3.39.0 (#24395) 3 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