mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 06:26:41 +02:00
♻️ 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:
parent
271496b0fd
commit
59d5d20e0a
2 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue