Change config behavior

This commit is contained in:
Thomas Miceli
2023-04-07 23:58:06 +02:00
parent db36ec6002
commit 31bec62834
3 changed files with 29 additions and 15 deletions

View File

@ -31,7 +31,7 @@ watch_frontend:
watch_backend:
@echo "Building Opengist binary..."
DEV=1 ./node_modules/.bin/nodemon --watch '**/*' -e html,yml,go,js --signal SIGTERM --exec 'go' run .
DEV=1 ./node_modules/.bin/nodemon --watch '**/*' -e html,yml,go,js --signal SIGTERM --exec 'go run . --config config.yml'
watch:
@bash ./watch.sh