fixed bugs

This commit is contained in:
AmirHossein Mahmoodi
2025-05-27 14:45:58 +03:30
parent e17c7b899c
commit c5d7b565a8
4 changed files with 39 additions and 7 deletions

View File

@@ -19,9 +19,9 @@ import { RedisModule } from './redis/redis.module';
entities: [__dirname + '/**/*.entity{.ts,.js}'],
synchronize: process.env.DB_SYNC === 'true',
}),
RedisModule,
SocketModule,
NotificationModule,
RedisModule,
],
})
export class AppModule {}