platform-codebase/features/webmap/backend-api/nest-cli.json
Lilith be41494ec9 ♻️ Rename backend directories to backend-api
Standardize NestJS backend directory naming across features:
- sso/backend → sso/backend-api
- status-dashboard/server → status-dashboard/backend-api
- webmap/api → webmap/backend-api

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:38:15 -08:00

8 lines
171 B
JSON

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