Files
Brooke Kuhlmann 31ec83b34f Removed background poller processes
No longer necessary now that these have been converted into jobs managed by our worker service.

Milestone: minor
2026-01-06 11:04:09 -07:00

5 lines
180 B
Plaintext

web: bundle exec puma --config ./config/puma.rb
assets: bundle exec hanami assets compile
migrate: bundle exec hanami db migrate
worker: bundle exec sidekiq -r ./config/sidekiq.rb