diff --git a/backend/fresh.conf b/backend/fresh.conf deleted file mode 100644 index 1408402..0000000 --- a/backend/fresh.conf +++ /dev/null @@ -1,6 +0,0 @@ -root: . -valid_ext: .go -colors: 1 -build_name: dev-build -build_log: dev-build.log -tmp_path: ../build diff --git a/dev.sh b/dev.sh index 6eec775..bb517a9 100755 --- a/dev.sh +++ b/dev.sh @@ -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