| 1 | import { MikroORM } from '@mikro-orm/core'; |
| 2 | import { ReflectMetadataProvider } from '@mikro-orm/decorators/legacy'; |
| 3 | import { MongoDriver } from '@mikro-orm/mongodb'; |
| 4 | import { Author, schema } from '../entities/index.js'; |
nothing calls this directly
no test coverage detected