mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 16:39:39 +02:00
The I18nModule was importing SessionModule.forRoot() internally, which conflicted with bots that import SessionModule with different options (e.g., storageMode: 'redis'). Since I18nService uses @Optional() for SessionService, the module should not force its own SessionModule import. Users who want per-user language preferences should import SessionModule in their app before I18nModule. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CLAUDE.md | ||
| package.json | ||
| tsconfig.json | ||