mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 23:36:44 -06:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
|
import Logger from "../misc/logger";
|
||
|
|
||
|
export const remoteLogger = new Logger('remote', 'blue');
|