make sure backend env is set for client

This commit is contained in:
C. Fuhrman 2024-10-30 23:58:56 -04:00
parent ed78dc12ef
commit 327875dceb
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -73,7 +73,7 @@ web_modules/
.yarn-integrity
# dotenv environment variable files
.env
server/.env
.env.development.local
.env.test.local
.env.production.local

View file

@ -1,2 +1 @@
**/node_modules
.env

2
client/.env Normal file
View file

@ -0,0 +1,2 @@
VITE_BACKEND_URL=http://localhost:4400
VITE_AZURE_BACKEND_URL=http://localhost:4400