huangyinfeng
6 天以前 a9a03d64cf190188d3db04d14970fc0908b03491
提交 | 用户 | age
c659c1 1 # Whether to open mock
2 VITE_USE_MOCK = false
3
4 # public path
5 VITE_PUBLIC_PATH = /
6
7 # timeout(seconds)
8 VITE_TIMEOUT = 15
9 # Delete console
10 VITE_DROP_CONSOLE = true
11
12 # Whether to enable gzip or brotli compression
13 # Optional: gzip | brotli | none
14 # If you need multiple forms, you can use `,` to separate
15 VITE_BUILD_COMPRESS = 'none'
9c027f 16 VITE_GLOB_API_URL = "__vg_base_url"
c659c1 17
18 # File upload address, optional
19 # It can be forwarded by nginx or write the actual address directly
9c027f 20 VITE_GLOB_UPLOAD_URL = /files/upload
c659c1 21 # Interface prefix
9c027f 22 VITE_GLOB_API_URL_PREFIX =