Fixing loading of TypeORM entities
This commit is contained in:
parent
d32ded1acd
commit
c8e311d38d
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ import { LoggerModule } from './logger/module'
|
||||||
type: 'sqlite',
|
type: 'sqlite',
|
||||||
database: resolve('./db/autobaan_db'),
|
database: resolve('./db/autobaan_db'),
|
||||||
migrations: [resolve('./database/migrations/*.ts')],
|
migrations: [resolve('./database/migrations/*.ts')],
|
||||||
entities: [resolve('./src/**/entity.ts')],
|
|
||||||
autoLoadEntities: true,
|
autoLoadEntities: true,
|
||||||
logging: true,
|
logging: true,
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue