mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Fix holding name error (#1113)
* Add optional debugger to bin/dev script * Fix holding naming
This commit is contained in:
parent
37ae51f68a
commit
4433488562
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
web: bin/rails server -b 0.0.0.0
|
||||
web: ${DEBUG:+rdbg -O -n -c --} bin/rails server -b 0.0.0.0
|
||||
css: bin/rails tailwindcss:watch
|
||||
worker: bundle exec good_job start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue