From 4963a5c463f247ebc61adb405db0fa1e22ebd5f5 Mon Sep 17 00:00:00 2001 From: yeuimu <2197651308@qq.com> Date: Fri, 21 Aug 2026 11:01:02 +0800 Subject: [PATCH] docs: update local API startup command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f699e..a015f20 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ PORT=3001 cd apps/api pnpm prisma:generate pnpm prisma:migrate -pnpm start:dev +pnpm --filter @inkreach/api dev # → http://localhost:3001 · Swagger: http://localhost:3001/api/docs # Terminal 2:官网