auto-save 2026-05-17 13:18 (~5)

This commit is contained in:
2026-05-17 13:18:29 +08:00
parent 253e82a322
commit f2742df3c6
5 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
## 启动
- 后台启动(不弹 Terminal`./scripts/start-dev-background.sh`(通过 macOS launchd 后台托管;前端 4290 + 后端 4291日志写入 `.logs/`
- 后台停止:`./scripts/stop-dev-background.sh`
- 前端 dev`cd web && pnpm dev`Next.js 16端口 4290
- 前端 dev`cd web && npm run dev`Next.js 16端口 4290
- 后端 dev`cd api && uvicorn main:app --host 127.0.0.1 --port 4291`FastAPI端口 4291重任务用
- 注意:后端不要带 `--reload` 跑长下载 / 抽帧 / 音频任务reload 会等待后台任务结束,导致 4291 端口占用但新请求卡住。