From 282ac2d0288e732a16694db189417d805c7f62ea Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Sep 2025 13:32:09 +0000 Subject: [PATCH] Design and Functionality --- scripts/start-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-dev.sh b/scripts/start-dev.sh index 0694270..9e4fe42 100755 --- a/scripts/start-dev.sh +++ b/scripts/start-dev.sh @@ -18,7 +18,7 @@ cd .. echo "" echo "✅ StackPulse läuft lokal:" echo "Frontend: http://localhost:5173" -echo "Backend: http://localhost:4000" +echo "Backend: http://localhost:3300" echo "Beenden mit STRG+C" wait $BACK_PID $FRONT_PID