managarten/services/mana-core-auth/src/settings
Wuesteon 60ecc24f6c 🐛 fix(auth): remove all type-only ConfigService imports
Found and fixed type-only ConfigService imports in 6 service files that were causing "Nest can't resolve dependencies" errors:

- better-auth.service.ts (BetterAuthService)
- ai.service.ts (AiService)
- settings.service.ts
- feedback.service.ts
- credits.service.ts
- jwt-auth.guard.ts
- optional-auth.guard.ts

Type-only imports are erased at compile time, preventing NestJS from injecting the ConfigService class at runtime.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 21:53:28 +01:00
..
dto feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
settings.controller.ts improve code quality 2025-12-03 23:42:37 +01:00
settings.module.ts feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
settings.service.ts 🐛 fix(auth): remove all type-only ConfigService imports 2025-12-04 21:53:28 +01:00