mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 02:59:40 +02:00
Fixed NestJS dependency injection error in ChatService by converting type-only import to regular import. Root cause: Type-only imports are erased at compile time, causing NestJS to fail dependency injection at runtime. Error: "Nest can't resolve dependencies of the ChatService (?, DATABASE_CONNECTION)" This was the same issue we fixed in mana-core-auth services. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| landing | ||
| mobile | ||
| web | ||