mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
4 lines
228 B
Plaintext
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
|