Stuff stuff stuff #44

Merged
PouuleT merged 24 commits from update-node into master 2021-08-30 12:59:08 +00:00
2 changed files with 1 additions and 7 deletions
Showing only changes of commit 1c0ba9871e - Show all commits

View File

@ -1,6 +0,0 @@
root: .
valid_ext: .go
colors: 1
build_name: dev-build
build_log: dev-build.log
tmp_path: ../build

2
dev.sh
View File

@ -135,7 +135,7 @@ case $1 in
# Apply the migrations
_migrate -path "$MIGRATION_SCHEMA" up
(cd backend && CONFIG_FILE="../config.yml" fresh -c fresh.conf)
(cd backend && CONFIG_FILE="../config.yml" go run ./*.go)
;;
docker-db)
_ensure_command docker