Files
everything-is-suitable/everything-is-suitable-admin/.env.development
T
张翔 08ea5fbe98 feat(admin): 添加用户管理相关文件
添加用户管理视图、API和状态管理文件
2026-03-28 14:37:29 +08:00

5 lines
136 B
Bash

# 开发环境配置
NODE_ENV=development
VITE_APP_ENV=development
VITE_API_BASE_URL=https://dev-api.example.com
VITE_MOCK_ENABLED=false