main
Guido Schweizer 2025-06-22 12:05:18 +02:00
parent bf1788d8f6
commit 52d69111ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
web: bundle exec puma -C config/puma.rb
web: bundle exec rails s
worker: bundle exec rails solid_queue:start
release: bundle exec rake db:migrate db:seed