add sidekiq to Procfile.dev

This commit is contained in:
Georg Gadinger 2023-01-05 06:07:05 +01:00
parent ffb849047f
commit 83cb2868fa
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
web: unset PORT && bin/rails server
worker: bundle exec sidekiq
css: yarn build:css --watch