Remove fresh

This package is not maintained.
This commit is contained in:
Grégoire Delattre 2021-08-20 13:49:19 -10:00
parent ec750807b6
commit 1c0ba9871e
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
_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