feat: support some configurations through the .env file

This commit is contained in:
vince
2024-07-09 23:43:08 +08:00
parent 2731a1ec96
commit 2406ca832b
10 changed files with 50 additions and 19 deletions

View File

@@ -2,4 +2,8 @@
VITE_PUBLIC_PATH = /
# Basic interface address SPA
VITE_GLOB_API_URL=https://mock-napi.vben.pro/api
VITE_GLOB_API_URL = https://mock-napi.vben.pro/api
VITE_COMPRESS = gzip
VITE_PWA = false