4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
backend: RAILS_ENV=test bin/rails s -p 5050
|
|
frontend: bin/vite
|
|
worker: RAILS_ENV=test dotenv bundle exec sidekiq -C config/sidekiq.yml
|