From 8ed65c707a8f204aea39fb82a2c33c0e1ad9b900 Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Mon, 27 Jan 2025 23:47:22 -0300 Subject: [PATCH] Sometimes I hate vite --- client/.env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 client/.env diff --git a/client/.env b/client/.env new file mode 100644 index 0000000..a7c8752 --- /dev/null +++ b/client/.env @@ -0,0 +1,4 @@ +# If the client is being served by the server itself, set to TRUE. +# If you're serving this from a CDN, set to FALSE and update the SERVER variable to point to the server URL. +VITE_STATIC='true' +VITE_SERVER='http://localhost:3000'