fix(.env.production): 🐛 nODE_ENV=production is not supported in the .env file
This commit is contained in:
parent
dc1a27b761
commit
9404336a1d
|
|
@ -1,5 +1,4 @@
|
||||||
## 生产环境
|
## 生产环境
|
||||||
NODE_ENV='production'
|
|
||||||
|
|
||||||
VITE_APP_TITLE = 'vue3-element-admin'
|
VITE_APP_TITLE = 'vue3-element-admin'
|
||||||
VITE_APP_PORT = 3000
|
VITE_APP_PORT = 3000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue