unibest/env/.env.development

7 lines
197 B
Plaintext
Raw Normal View History

2023-12-23 11:49:36 +08:00
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
2024-01-15 14:47:12 +08:00
2024-01-20 18:21:42 +08:00
VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run'