Initial support for debugging changes

This commit is contained in:
Juan José Mata
2025-10-23 21:18:22 +00:00
parent 4999409082
commit a8f8dfeffc
5 changed files with 62 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
web: bundle exec ${DEBUG:+rdbg -O -n -c --} bin/rails server -b 0.0.0.0
css: bundle exec bin/rails tailwindcss:watch 2>/dev/null
worker: bundle exec sidekiq
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