chore(backend-api): 🔧 Update NestJS CLI config for dependency management in content moderation backend

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-25 23:56:29 -07:00
parent 12b8970660
commit 622b39cee5

View file

@ -3,6 +3,7 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"deleteOutDir": true
}
}