~cytrogen/masto-fe

ref: 4f4cbce295c7ae0777575f5807b2b44a355e49f8 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
4f4cbce2 — dependabot[bot] Bump pghero from 3.3.0 to 3.3.1 (#24186) 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