mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
|
|
# public path
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# Whether to enable gzip or brotli compression
|
|
# Optional: gzip | brotli | none
|
|
# If you need multiple forms, you can use `,` to separate
|
|
VITE_BUILD_COMPRESS = 'gzip'
|
|
|
|
|
|
# Basic interface address SPA
|
|
VITE_GLOB_API_URL = /basic-api
|
|
|
|
# Interface prefix
|
|
VITE_GLOB_API_URL_PREFIX =
|