Retrospring/Procfile.dev

4 lines
92 B
Plaintext

web: unset PORT && bin/rails server
worker: bundle exec sidekiq
css: yarn build:css --watch