retrospring/Procfile.dev

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
115 B
Text
Raw Normal View History

2023-01-03 12:27:54 +01:00
web: unset PORT && bin/rails server
2023-01-05 06:07:05 +01:00
worker: bundle exec sidekiq
2023-01-03 12:27:54 +01:00
css: yarn build:css --watch
js: yarn build --watch