You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
501 B

5 months ago
5 months ago
  1. # must start with VITE_
  2. VITE_ENV = 'production'
  3. VITE_OUTPUT_DIR = 'dist'
  4. # public path
  5. VITE_PUBLIC_PATH = /dazhuanpan
  6. VITE_APP_API_BASE_URL = https://api.homilychart.com/link
  7. # Whether to open mock
  8. VITE_USE_MOCK = true
  9. # Whether to enable gzip or brotli compression
  10. # Optional: gzip | brotli | none
  11. # If you need multiple forms, you can use `,` to separate
  12. VITE_BUILD_COMPRESS = 'none'
  13. # Whether to delete origin files when using compress, default false
  14. VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false