~cytrogen/masto-fe

ref: a6407aa6629b9224ca4f357d99f387bd76a6fecc masto-fe/Procfile.dev -rw-r--r-- 234 bytes
a6407aa6 — Daniel M Brasil Migrate to request specs in `/api/v1/apps` (#25401) 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