Refactor tenant ORM integration (#1650)
* Refactor tenant ORM integration * fix tests
This commit is contained in:
8
server/src/tenant/tenant.module.ts
Normal file
8
server/src/tenant/tenant.module.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
import { MetadataModule } from './metadata/metadata.module';
|
||||
|
||||
@Module({
|
||||
imports: [MetadataModule],
|
||||
})
|
||||
export class TenantModule {}
|
||||
Reference in New Issue
Block a user