~cytrogen/masto-fe

ref: a5b6f6da807ee057e3c9747b3b8eebb00f4c4c67 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
a5b6f6da — Claire Change /api/v1/statuses/:id/history to always return at least one item (#25510) 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