mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-19 00:58:12 +09:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
|
import Logger from '../services/logger';
|
||
|
|
||
|
export const dbLogger = new Logger('db');
|