kidArtExpo/env/.env.test

6 lines
185 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-19 01:59:47 +00:00
VITE_BASEURL = '//kid-art-test.szjixun.cn'