Remove fresh

This package is not maintained.
This commit is contained in:
Grégoire Delattre 2021-08-20 13:49:19 -10:00
parent 36eeb6b983
commit d59c269caa
2 changed files with 1 additions and 7 deletions

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 # Apply the migrations
_migrate -path "$MIGRATION_SCHEMA" up _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) docker-db)
_ensure_command docker _ensure_command docker