Fixing loading of TypeORM entities

This commit is contained in:
Collin Duncan 2023-06-28 09:06:21 +02:00
parent d32ded1acd
commit c8e311d38d
No known key found for this signature in database

View file

@ -15,7 +15,6 @@ import { LoggerModule } from './logger/module'
type: 'sqlite',
database: resolve('./db/autobaan_db'),
migrations: [resolve('./database/migrations/*.ts')],
entities: [resolve('./src/**/entity.ts')],
autoLoadEntities: true,
logging: true,
}),