Files
vue3-element-admin/.env.production
郝先瑞 f93b5a8eaa fix(.env.production): 🐛 nODE_ENV=production is not supported in the .env file
Former-commit-id: 9404336a1dd60ce8eb31da7fc5ce0fd4697f8334
2023-05-07 21:16:26 +08:00

6 lines
108 B
Plaintext

## 生产环境
VITE_APP_TITLE = 'vue3-element-admin'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/prod-api'