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:
parent
1dd48d1a81
commit
d0cde3c45b
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue