~cytrogen/masto-fe

ref: 9f8d1601a4877459b4d332d03796e5b70f07134e masto-fe/Procfile.dev -rw-r--r-- 234 bytes
9f8d1601 — dependabot[bot] Bump stackprof from 0.2.23 to 0.2.24 (#24190) 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