mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-15 01:13:08 +02:00
d071d18dd7
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
import Logger from '@/services/logger.js';
|
|
|
|
export const remoteLogger = new Logger('remote', 'cyan');
|