From 11f54ccb0f81843ce8949d0c285da32d388c121e Mon Sep 17 00:00:00 2001 From: lovely90133 Date: Thu, 9 Apr 2026 14:04:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(api):=20=E4=B8=BAserve=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0watch=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/project.json b/apps/api/project.json index d9af89108..84d5d5c0e 100644 --- a/apps/api/project.json +++ b/apps/api/project.json @@ -57,7 +57,8 @@ "serve": { "executor": "@nx/js:node", "options": { - "buildTarget": "api:build" + "buildTarget": "api:build", + "watch": true }, "dependsOn": ["copy-assets"] },