Add sidekiq

This commit is contained in:
2023-10-01 14:31:52 +01:00
parent 3c55c64b3f
commit 285cf78d63
7 changed files with 36 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
css: bin/rails tailwindcss:watch
redis: /opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf
sidekiq: bundle exec sidekiq -C config/sidekiq.yml