mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 20:19:39 +02:00
Fixes NestJS dependency injection error where AiService couldn't resolve ConfigService dependency. Error: > Nest can't resolve dependencies of the AiService (?). > Please make sure that the argument Function at index [0] is available Root cause: AiModule was missing ConfigModule in its imports array, but AiService constructor requires ConfigService to read ai.geminiApiKey. This was preventing mana-core-auth from starting in staging deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| mana-core-auth | ||