Configure Vite dev proxy via VITE_BACKEND_URL

This commit is contained in:
2026-04-22 20:21:20 +02:00
parent 1d41822a36
commit 1bf0645c04
4 changed files with 11 additions and 5 deletions

View File

@@ -595,7 +595,7 @@ Do **not** add a Content-Security-Policy meta tag; CSP should be set as an HTTP
---
### TASK-029 — Configure Vite proxy target via environment variable
### TASK-029 — Configure Vite proxy target via environment variable (done)
**Where found:** `frontend/vite.config.ts` line 31 — `target: "http://backend:8000"` is a hardcoded Docker service hostname.