~cytrogen/masto-fe

ref: c26b1b0a1c43b5c08ebedc0b28b123ae23ec25a2 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
c26b1b0a — dependabot[bot] Bump pg from 1.5.2 to 1.5.3 (#24772) 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