lilith-platform.live/codebase/@features/client-intel/backend-api/nest-cli.json
2026-06-08 00:10:31 -07:00

9 lines
210 B
JSON

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