// This factory is no longer needed when using Awilix DI // The MongoDBClient is now registered directly in the DI container // See: libs/core/di/src/awilix-container.ts export { MongoDBClient } from './client';