From 605c1267619b0bc30886cbaaeadbcdd4b2bc15d7 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 20 Jan 2026 23:54:27 -0800 Subject: [PATCH] =?UTF-8?q?chore(merchant/backend-api):=20=F0=9F=94=A7=20U?= =?UTF-8?q?pdate=20NestJS=20CLI=20config=20for=20merchant=20backend=20API?= =?UTF-8?q?=20source/module=20resolution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/merchant/backend-api/nest-cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/merchant/backend-api/nest-cli.json b/features/merchant/backend-api/nest-cli.json index 4c5ffdddc..e61108e01 100755 --- a/features/merchant/backend-api/nest-cli.json +++ b/features/merchant/backend-api/nest-cli.json @@ -3,8 +3,8 @@ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { - "deleteOutDir": false, - "webpack": false, + "builder": "swc", + "deleteOutDir": true, "tsConfigPath": "tsconfig.json" }, "entryFile": "main"