mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +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> |
||
|---|---|---|
| .. | ||
| apps | ||
| packages/chat-types | ||
| CLAUDE.md | ||
| INTEGRATION_COMPLETE.md | ||
| MANA_CORE_AUTH_INTEGRATION.md | ||
| package.json | ||
| TESTING_GUIDE.md | ||