mirror of
https://github.com/hotomoe/hotomoe
synced 2025-01-04 17:02:57 +09:00
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import Logger from '../../services/logger';
|
|
|
|
export const apiLogger = new Logger('api');
|