Skip to content

Commit

Permalink
fix: Add sidekiq worker to Procfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Sep 27, 2021
1 parent f38f45a commit 72dfc0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: cd client && PORT=3000 yarn start
api: PORT=3001 && bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -e development -C config/sidekiq.yml

0 comments on commit 72dfc0b

Please sign in to comment.