1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-26 20:48:13 +09:00
hotomoe/packages/backend/src/server/api/logger.ts

4 lines
85 B
TypeScript
Raw Normal View History

import Logger from '@/services/logger';
export const apiLogger = new Logger('api');