From 327875dceb5f5e72a6120e19a3dbabb7f55554fd Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Wed, 30 Oct 2024 23:58:56 -0400 Subject: [PATCH] make sure backend env is set for client --- .gitignore | 2 +- client/.dockerignore | 1 - client/.env | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 client/.env diff --git a/.gitignore b/.gitignore index ae7f632..6e8de7b 100644 --- a/.gitignore +++ b/.gitignore @@ -73,7 +73,7 @@ web_modules/ .yarn-integrity # dotenv environment variable files -.env +server/.env .env.development.local .env.test.local .env.production.local diff --git a/client/.dockerignore b/client/.dockerignore index fb664ef..cf70988 100644 --- a/client/.dockerignore +++ b/client/.dockerignore @@ -1,2 +1 @@ **/node_modules -.env \ No newline at end of file diff --git a/client/.env b/client/.env new file mode 100644 index 0000000..fa03bbb --- /dev/null +++ b/client/.env @@ -0,0 +1,2 @@ +VITE_BACKEND_URL=http://localhost:4400 +VITE_AZURE_BACKEND_URL=http://localhost:4400