feat(collector): ✨ Import BeaconModule into AppModule to enable beacon data collection and processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ff56e17683
commit
33ac86eaee
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { BullModule } from '@nestjs/bullmq';
|
||||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||||
import { TrackingModule } from './tracking/tracking.module';
|
import { TrackingModule } from './tracking/tracking.module';
|
||||||
import { HealthModule } from './health/health.module';
|
import { HealthModule } from './health/health.module';
|
||||||
|
import { BeaconModule } from './beacon/beacon.module';
|
||||||
import { RawEvent } from './entities/raw-event.entity';
|
import { RawEvent } from './entities/raw-event.entity';
|
||||||
import { SessionFingerprint } from "./entities/session-fingerprint.entity";
|
import { SessionFingerprint } from "./entities/session-fingerprint.entity";
|
||||||
import { Corp } from "./entities/corp.entity";
|
import { Corp } from "./entities/corp.entity";
|
||||||
|
|
@ -67,6 +68,7 @@ import { WriteKeyGuard } from './auth/write-key.guard';
|
||||||
// Feature modules
|
// Feature modules
|
||||||
TrackingModule,
|
TrackingModule,
|
||||||
HealthModule,
|
HealthModule,
|
||||||
|
BeaconModule,
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue