mirror of
https://github.com/docmost/docmost.git
synced 2026-07-24 09:12:47 +10:00
Setup TypeORM
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { UserModule } from './user/user.module';
|
||||
|
||||
@Module({
|
||||
imports: [UserModule],
|
||||
})
|
||||
export class CoreModule {}
|
||||
Reference in New Issue
Block a user