Procfile.dev 102 B

123
  1. web: bundle exec rails server
  2. worker: bundle exec sidekiq
  3. webpack: bundle exec bin/webpack-dev-server