managarten/apps/chat/apps
Wuesteon b8f9bc107c 🐛 fix(chat-backend): remove type-only ConfigService import
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>
2025-12-04 23:02:26 +01:00
..
backend 🐛 fix(chat-backend): remove type-only ConfigService import 2025-12-04 23:02:26 +01:00
landing fixes 2025-12-04 00:51:40 +01:00
mobile improve code quality 2025-12-03 23:42:37 +01:00
web improve code quality 2025-12-03 23:42:37 +01:00