5 lines
130 B
Bash
5 lines
130 B
Bash
# 生产环境配置
|
|
NODE_ENV=production
|
|
VITE_APP_ENV=production
|
|
VITE_API_BASE_URL=https://api.example.com
|
|
VITE_MOCK_ENABLED=false |