use honcho to manage multiple dev processes

This commit is contained in:
dandds
2018-10-11 17:31:37 -04:00
parent f7d8783349
commit ae909117f4
4 changed files with 14 additions and 5 deletions

View File

@@ -4,8 +4,5 @@
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Compile js/css assets
yarn build
# Launch the app
run_command "./app.py ${LAUNCH_ARGS}"
run_command "honcho start"