feat: 环境变量添加NODE_ENV

This commit is contained in:
有来技术
2021-11-19 23:57:55 +08:00
parent abf2cce2cb
commit 8f1a7c7a61
4 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# 开发环境变量
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV='development'
VITE_APP_TITLE = '管理系统'
VITE_APP_PORT = 3000