Li Kui
2024-08-01 db2a27060c650a6d631591a4ebbc923ff197ebea
提交 | 用户 | age
9c027f 1 NODE_ENV = production
17e47e 2 # Whether to open mock
V 3 VITE_USE_MOCK = true
4
5 # public path
6 VITE_PUBLIC_PATH = /
7
8 # Whether to enable gzip or brotli compression
9 # Optional: gzip | brotli | none
10 # If you need multiple forms, you can use `,` to separate
11 VITE_BUILD_COMPRESS = 'none'
12
13 # Basic interface address SPA
9c027f 14 VITE_GLOB_API_URL = /basic-api
17e47e 15
V 16 # File upload address, optional
17 # It can be forwarded by nginx or write the actual address directly
9c027f 18 VITE_GLOB_UPLOAD_URL = /upload
17e47e 19
V 20 # Interface prefix
9c027f 21 VITE_GLOB_API_URL_PREFIX =