stock-bot/libs/data/mongodb/src/factory.ts
2025-06-22 10:10:05 -04:00

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';