refactor(platform-analytics): ♻️ Update AppModule exports and providers to reorganize backend API configuration for platform analytics

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-04 07:56:29 -07:00
parent 1dd48d1a81
commit d0cde3c45b

View file

@ -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,