platform-codebase/features/platform-assistant/backend-api/nest-cli.json
Lilith 0481d4d251 chore(platform-assistant): 🔧 Add CLI-based deployment automation scripts for platform integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-24 09:21:17 -08:00

9 lines
193 B
JSON

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