From d0cde3c45ba77e2399ec42dc5b995e70e95ad3ea Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 4 Apr 2026 07:56:29 -0700 Subject: [PATCH] =?UTF-8?q?refactor(platform-analytics):=20=E2=99=BB?= =?UTF-8?q?=EF=B8=8F=20Update=20AppModule=20exports=20and=20providers=20to?= =?UTF-8?q?=20reorganize=20backend=20API=20configuration=20for=20platform?= =?UTF-8?q?=20analytics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/platform-analytics/backend-api/src/app.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/platform-analytics/backend-api/src/app.module.ts b/features/platform-analytics/backend-api/src/app.module.ts index e00fd465a..8d3dc0892 100644 --- a/features/platform-analytics/backend-api/src/app.module.ts +++ b/features/platform-analytics/backend-api/src/app.module.ts @@ -21,6 +21,7 @@ import { ProviderContentModule } from './modules/provider-content/provider-conte import { ProviderEarningsModule } from './modules/provider-earnings/provider-earnings.module'; import { RealtimeModule } from './modules/realtime'; import { RevenueModule } from './modules/revenue'; +import { SeoModule } from './modules/seo'; import { TrackingModule } from './modules/tracking'; import { ProcessorsModule } from './processors/processors.module'; @@ -101,6 +102,7 @@ const registry = buildDeploymentRegistry({ ErrorsModule, ABTestingModule, ExternalPlatformAnalyticsModule, + SeoModule, // Background job processors ProcessorsModule,