unibest/env/.env.production

10 lines
313 B
Plaintext
Raw Normal View History

2023-12-23 11:49:36 +08:00
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = true
2024-01-15 14:47:12 +08:00
VITE_SERVER_BASEURL = 'https://xxx.com'
2024-02-01 16:05:25 +08:00
# github actions 部署地址根路径,用在 manifest.config.ts 里面的 h5.router.base
VITE_APP_PUBLIC_BASE=/unibest/