♻️ refactor: migrate 12 backends to shared-nestjs-health module

- Create @manacore/shared-nestjs-health package with HealthModule.forRoot()
- Migrate 12 backends: calendar, chat, clock, contacts, nutriphi, picture,
  planta, presi, skilltree, storage, todo, zitare
- Delete 24 local health controller/module files (~312 LOC removed)
- Support custom route (storage uses 'api/v1/health')
- Skip questions backend (has extended DB health check)
- Fix telegram-zitare-bot missing shared-drizzle-config dependency
- Update CONSOLIDATION_OPPORTUNITIES.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-29 18:35:10 +01:00
parent 271496b0fd
commit 59d5d20e0a
2 changed files with 4 additions and 0 deletions

3
pnpm-lock.yaml generated
View file

@ -6201,6 +6201,9 @@ importers:
specifier: ^4.16.3
version: 4.16.3(encoding@0.1.13)
devDependencies:
'@manacore/shared-drizzle-config':
specifier: workspace:*
version: link:../../packages/shared-drizzle-config
'@nestjs/cli':
specifier: ^10.4.9
version: 10.4.9(esbuild@0.27.0)

View file

@ -32,6 +32,7 @@
"telegraf": "^4.16.3"
},
"devDependencies": {
"@manacore/shared-drizzle-config": "workspace:*",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@types/node": "^22.10.5",