kidArtExpo/env/.env.test

6 lines
190 B
Plaintext
Raw Normal View History

2024-08-07 12:00:54 +00:00
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
2024-08-14 02:43:52 +00:00
NODE_ENV = 'test'
2024-08-07 12:00:54 +00:00
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
2024-08-14 01:28:26 +00:00
VITE_BASEURL = 'http://appointtest2.szjixun.cn'