WholeProcessPlatform/frontend/.env.production
2026-03-25 10:02:19 +08:00

7 lines
132 B
Plaintext

## 生产环境
NODE_ENV='production'
VITE_APP_TITLE = 'NewFrameWork2023-WEB'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/prod-api'