autoUpload/sau_frontend/.env.development

11 lines
172 B
Plaintext
Raw Normal View History

2025-09-08 09:32:45 +08:00
# 开发环境配置
NODE_ENV=development
# API 基础地址
VITE_API_BASE_URL=http://localhost:5409
# 应用端口
VITE_PORT=5173
# 是否开启 mock
VITE_USE_MOCK=true