unibest/env/.env.production

7 lines
189 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'