mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 07:24:04 +08: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