fix(ui): 兼容 HTTP 复制并固化开发启停
This commit is contained in:
@@ -22,11 +22,14 @@
|
||||
|
||||
```bash
|
||||
pnpm install
|
||||
pnpm dev
|
||||
pnpm dev:start
|
||||
```
|
||||
|
||||
- 前端:http://localhost:5180
|
||||
- API:http://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 之外。
|
||||
|
||||
Reference in New Issue
Block a user