mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-04-29 13:34:37 -07:00
31ec83b34f
No longer necessary now that these have been converted into jobs managed by our worker service. Milestone: minor
5 lines
180 B
Plaintext
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
|