From 622b39cee5599d7ade8ea237c608a72e28da70fd Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 25 Mar 2026 23:56:29 -0700 Subject: [PATCH] =?UTF-8?q?chore(backend-api):=20=F0=9F=94=A7=20Update=20N?= =?UTF-8?q?estJS=20CLI=20config=20for=20dependency=20management=20in=20con?= =?UTF-8?q?tent=20moderation=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/content-moderation/backend-api/nest-cli.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/content-moderation/backend-api/nest-cli.json b/features/content-moderation/backend-api/nest-cli.json index f9aa683b1..019621216 100644 --- a/features/content-moderation/backend-api/nest-cli.json +++ b/features/content-moderation/backend-api/nest-cli.json @@ -3,6 +3,7 @@ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { + "builder": "swc", "deleteOutDir": true } }