~cytrogen/masto-fe

ref: 07508b20457958fd193b02af2af62cf76ec64356 masto-fe/Procfile.dev -rw-r--r-- 190 bytes
07508b20 — dependabot-preview[bot] Bump stringz from 1.0.0 to 2.0.0 (#11168) 6 years ago
                                                                                
1
2
3
4
web: env PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 bundle exec sidekiq
stream: env PORT=4000 yarn run start
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0