docs(M01-A): 记录后端HTTP验证进度
This commit is contained in:
@@ -25,5 +25,8 @@
|
||||
|
||||
```bash
|
||||
npm --prefix backend test
|
||||
npm --prefix backend run build
|
||||
powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-backend.ps1
|
||||
```
|
||||
|
||||
`check-backend.ps1` 会启动编译后的 Fastify 进程,并分别请求 `/app-api/health` 与 `/admin-api/health` 校验 `ok`、`service` 和 `traceId`。
|
||||
|
||||
Reference in New Issue
Block a user