mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
make sure backend env is set for client
This commit is contained in:
parent
ed78dc12ef
commit
327875dceb
3 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -73,7 +73,7 @@ web_modules/
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
# dotenv environment variable files
|
# dotenv environment variable files
|
||||||
.env
|
server/.env
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
**/node_modules
|
**/node_modules
|
||||||
.env
|
|
||||||
2
client/.env
Normal file
2
client/.env
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
VITE_BACKEND_URL=http://localhost:4400
|
||||||
|
VITE_AZURE_BACKEND_URL=http://localhost:4400
|
||||||
Loading…
Reference in a new issue