mirror of
https://github.com/we-promise/sure.git
synced 2026-04-24 06:24:04 +00:00
Initial support for debugging changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user