stock-bot/apps/data-pipeline/src/clients.ts
2025-06-22 18:14:34 -04:00

8 lines
No EOL
249 B
TypeScript

/**
* Client exports for backward compatibility
*
* @deprecated Use ServiceContainer parameter instead
* This file will be removed once all operations are migrated
*/
export { getMongoDBClient, getPostgreSQLClient } from './migration-helper';