diff --git a/frontend/vite.config.js b/frontend/vite.config.js index bc8b97d..67cdfd0 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -8,7 +8,7 @@ export default defineConfig({ port: 5173, proxy: { "/api": { - target: "http://127.0.0.1:3300", // dein Backend + target: "http://127.0.0.1:4000", // dein Backend changeOrigin: true, }, }, diff --git a/scripts/start-dev.sh b/scripts/start-dev.sh index 6a72de4..4361402 100755 --- a/scripts/start-dev.sh +++ b/scripts/start-dev.sh @@ -25,8 +25,7 @@ cd .. echo "" echo "✅ StackPulse läuft lokal:" echo "Frontend (Vite Dev): http://localhost:5173" -echo "Backend API: http://localhost:3300" -echo "Frontend (statisch im Backend/public): http://localhost:4000" +echo "Backend API: http://localhost:4000" echo "Beenden mit STRG+C" # Prozesse überwachen