diff --git a/Makefile b/Makefile index 4c7cefe..5ff38c1 100644 --- a/Makefile +++ b/Makefile @@ -296,6 +296,8 @@ dev: KI_MODE=off ENV=development \ JWT_SECRET=dev-secret \ DB_PATH=./dev.db \ + MEDIA_DIR=$${MEDIA_DIR:-/tmp/banyaro-media} \ + BREEDER_DOCS_DIR=$${BREEDER_DOCS_DIR:-/tmp/banyaro-breeder} \ uvicorn main:app --reload --port 8001 # ----------------------------------------------------------