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

2
frontend/.env.example Normal file
View File

@@ -0,0 +1,2 @@
# Local frontend development without Docker
VITE_BACKEND_URL=http://localhost:8000