build(frontend): load backend url for vite dev proxy from env

This commit is contained in:
2025-03-07 16:31:41 +01:00
parent 5f1404c7d7
commit d4f194b146
4 changed files with 26 additions and 3 deletions

2
frontend/.env.sample Normal file
View File

@ -0,0 +1,2 @@
# Backend URL to use for the vite development proxy
VITE_BACKEND_URL=http://localhost:3000