mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 10:14:54 +00:00
feat: Add seeder module and services for all lookup tables
This commit is contained in:
@ -13,6 +13,7 @@ import { BuildingModule } from './building/building.module';
|
||||
import { FloorModule } from './floor/floor.module';
|
||||
import { UnitModule } from './unit/unit.module';
|
||||
import { RoleModule } from './role/role.module';
|
||||
import { SeederModule } from '@app/common/seed/seeder.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
@ -30,6 +31,7 @@ import { RoleModule } from './role/role.module';
|
||||
GroupModule,
|
||||
DeviceModule,
|
||||
UserDevicePermissionModule,
|
||||
SeederModule,
|
||||
],
|
||||
controllers: [AuthenticationController],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user