fix(ui): 兼容 HTTP 复制并固化开发启停

This commit is contained in:
yuzhe
2026-07-23 15:09:23 +08:00
parent 4569724cec
commit 2dadeed759
10 changed files with 160 additions and 14 deletions

View File

@@ -22,11 +22,14 @@
```bash
pnpm install
pnpm dev
pnpm dev:start
```
- 前端http://localhost:5180
- APIhttp://localhost:3010
- 后端http://localhost:3010
- 重启:`pnpm dev:restart`
- 停止:`pnpm dev:stop`
- 查看状态:`pnpm dev:status`
- 健康检查http://localhost:3010/api/health
未配置 `DATABASE_URL` 时使用 `data/app.db`;本地上传文件保存在 `uploads/`。两者均包含运行数据或用户文件,已排除在 Git 之外。