managarten/services/mana-core-auth/src/ai
Wuesteon d69cc60744 🐛 fix(auth): remove type-only import of ConfigService in AiService
The `type` keyword on ConfigService import was causing NestJS to fail resolving the dependency at runtime, as type-only imports are erased during compilation. Changed to regular import to fix DI.

Error was: "Nest can't resolve dependencies of the AiService (?)"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 19:08:37 +01:00
..
ai.module.ts 🐛 fix(mana-core-auth): add ConfigModule import to AiModule 2025-12-04 17:46:39 +01:00
ai.service.ts 🐛 fix(auth): remove type-only import of ConfigService in AiService 2025-12-04 19:08:37 +01:00
index.ts feat(feedback): add centralized feedback system with AI-generated titles 2025-11-29 22:46:37 +01:00