From 22ae39f6d6dac66cfff70043f966c868d69bce15 Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 10 Jun 2026 20:54:19 +0200 Subject: [PATCH] =?UTF-8?q?make=20dev=20lauff=C3=A4hig=20auf=20frischem=20?= =?UTF-8?q?macOS:=20MEDIA=5FDIR/BREEDER=5FDOCS=5FDIR=20defaulten=20nach=20?= =?UTF-8?q?/tmp=20=E2=80=94=20routes/breeder.py=20legt=20BREEDER=5FDOCS=5F?= =?UTF-8?q?DIR=20beim=20Import=20an=20und=20crashte=20an=20read-only=20/da?= =?UTF-8?q?ta=20(Tests=20setzten=20die=20Vars=20schon,=20make=20dev=20nich?= =?UTF-8?q?t)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 # ----------------------------------------------------------