~cytrogen/masto-fe

ref: a8cd1b12383bdfd28cd2d7ac4d5723ab4d73681a masto-fe/Procfile.dev -rw-r--r-- 234 bytes
a8cd1b12 — dependabot[bot] Bump glob from 9.3.2 to 9.3.4 (#24383) 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