2023-10-23 10:34:28 +00:00
|
|
|
# Custom Environment Variables (Must be named with VITE_ prefix)
|
2023-06-14 11:09:55 +00:00
|
|
|
|
2023-10-23 10:34:28 +00:00
|
|
|
## Development Environment Address Prefix (usually '/' or './') TODO:
|
2023-09-24 09:22:12 +00:00
|
|
|
VITE_API_BASE_URL = `http://127.0.0.1:10007`
|
|
|
|
|
2023-10-23 10:34:28 +00:00
|
|
|
## Router Mode, hash or html5
|
2023-09-24 09:22:12 +00:00
|
|
|
VITE_ROUTER_HISTORY = 'html5'
|