260320:1201 Refactor Overrall #05 failed to start due to missing UuidResolverService dependenc
Build and Deploy / deploy (push) Failing after 6m20s
Build and Deploy / deploy (push) Failing after 6m20s
This commit is contained in:
@@ -26,6 +26,7 @@ import { IdempotencyInterceptor } from './common/interceptors/idempotency.interc
|
|||||||
import { MaintenanceModeGuard } from './common/guards/maintenance-mode.guard';
|
import { MaintenanceModeGuard } from './common/guards/maintenance-mode.guard';
|
||||||
|
|
||||||
// Modules
|
// Modules
|
||||||
|
import { CommonModule } from './common/common.module';
|
||||||
import { AuthModule } from './common/auth/auth.module.js';
|
import { AuthModule } from './common/auth/auth.module.js';
|
||||||
import { UserModule } from './modules/user/user.module';
|
import { UserModule } from './modules/user/user.module';
|
||||||
import { ProjectModule } from './modules/project/project.module';
|
import { ProjectModule } from './modules/project/project.module';
|
||||||
@@ -146,6 +147,7 @@ import { MigrationModule } from './modules/migration/migration.module';
|
|||||||
ResilienceModule,
|
ResilienceModule,
|
||||||
|
|
||||||
// 📦 Feature Modules
|
// 📦 Feature Modules
|
||||||
|
CommonModule, // Must be imported first to provide global services
|
||||||
AuthModule,
|
AuthModule,
|
||||||
UserModule,
|
UserModule,
|
||||||
ProjectModule,
|
ProjectModule,
|
||||||
|
|||||||
Reference in New Issue
Block a user