From 522db3567786db2f4578bf5413d8fbe4b7995c39 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Wed, 4 Mar 2026 15:04:10 +0000 Subject: [PATCH] start.sh aktualisiert --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 7e18d42..e61d28e 100644 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ python3 -m venv venv source venv/bin/activate echo "--- Starte den Master-Server auf Port 8000..." -python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 \ No newline at end of file +python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload --reload-exclude "venv/*" \ No newline at end of file