5 lines
No EOL
212 B
TypeScript
5 lines
No EOL
212 B
TypeScript
// 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'; |