- Update package.json dependencies - Add nest-cli.json configuration - Improve health controller with additional checks - Update image-processing and notifications services - Refactor main.ts with better structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": false,
|
|
"webpack": false,
|
|
"tsConfigPath": "tsconfig.json"
|
|
},
|
|
"entryFile": "features/landing/backend/src/main"
|
|
}
|