rumor-party-line/client/.env
2025-01-28 00:08:00 -03:00

4 lines
235 B
Bash

# If the client is being served by the server itself, set to TRUE.
# If you're running locally in dev mode, set to FALSE and update the SERVER variable to point to the server URL.
VITE_STATIC='true'
VITE_SERVER='http://localhost:3000'