Finally enabled web server again

This commit is contained in:
Jef Roosens 2022-01-19 21:24:46 +01:00
parent 57fe767a70
commit d04ba06ad3
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
5 changed files with 103 additions and 99 deletions

View file

@ -38,7 +38,7 @@ c:
# Run the server in the default 'data' directory
.PHONY: run
run: vieter
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG ./vieter
API_KEY=test DOWNLOAD_DIR=data/downloads REPO_DIR=data/repo PKG_DIR=data/pkgs LOG_LEVEL=DEBUG ./vieter
.PHONY: run-prod
run-prod: prod