1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-15 15:18:22 +09:00
cherrypick/src/db/logger.ts

4 lines
84 B
TypeScript
Raw Normal View History

import Logger from '../services/logger';
export const dbLogger = new Logger('db');