4 lines
238 B
Bash
4 lines
238 B
Bash
# If the client is being served by the server itself, set to 1 (ONE).
|
|
# If you're running locally in dev mode, set to 0 (ZERO) and update the SERVER variable to point to the server URL.
|
|
VITE_STATIC='1'
|
|
VITE_SERVER='http://localhost:3000'
|