platform-codebase/features/platform-admin/backend-api/nest-cli.json
Lilith e0ba82e73b Add platform-admin backend API scaffold
NestJS backend for admin panel:
- Products module (CRUD for shop products)
- Project configuration (nest-cli, tsconfig, package.json)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 07:41:19 -08:00

9 lines
193 B
JSON

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