7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
![]() |
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||
|
NODE_ENV = 'development'
|
||
|
VITE_API_SERVER = 'http://localhost:4000'
|
||
|
|
||
|
# 是否去除console 和 debugger
|
||
|
VITE_DELETE_CONSOLE = false
|