Procfile.frontend 196 B

12345
  1. web: bundle exec puma -p 3000
  2. worker: bundle exec script/scheduler.rb start -t
  3. websocket: bundle exec script/websocket-server.rb start
  4. guard: bundle exec guard -P livereload
  5. gulp: bundle exec gulp