Files
sure/Procfile.dev
2025-10-23 21:18:22 +00:00

4 lines
228 B
Plaintext

web: bundle exec ${DEBUG:+rdbg -O -n --open --port 12345 --} bin/rails server -b 0.0.0.0
css: bundle exec bin/rails tailwindcss:watch 2>/dev/null
worker: bundle exec ${DEBUG:+rdbg -O -n --open --port 12346 --} bin/sidekiq