Sometimes I hate vite

This commit is contained in:
pedrocx486 2025-01-27 23:47:22 -03:00
parent d2332302c5
commit 8ed65c707a

4
client/.env Normal file
View file

@ -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'