feat: 环境变量添加NODE_ENV
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# 开发环境变量
|
||||
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV='development'
|
||||
|
||||
VITE_APP_TITLE = '管理系统'
|
||||
VITE_APP_PORT = 3000
|
||||
|
||||
Reference in New Issue
Block a user