260320:1210 Refactor Overrall #06 failed to start due to missing CACHE_MANAGER dependency.
Build and Deploy / deploy (push) Successful in 10m42s

This commit is contained in:
admin
2026-03-20 12:10:53 +07:00
parent 5e8a298140
commit 620901dfcb
3 changed files with 9 additions and 5 deletions
+1
View File
@@ -25,6 +25,7 @@ import type { StringValue } from 'ms';
TypeOrmModule.forFeature([User, RefreshToken]), // [P2-2] Added RefreshToken
UserModule,
PassportModule,
// CacheModule is now global (from AppModule)
JwtModule.registerAsync({
imports: [ConfigModule],
inject: [ConfigService],