platform-codebase/features/blog/backend-api/nest-cli.json
Lilith 0e98b204d7 chore(backend-api): 🔧 Update NestJS CLI config for blog backend feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 14:24:32 -08:00

9 lines
193 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"deleteOutDir": true
}
}