mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 17:33: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 queueLogger = new Logger('queue', 'orange');
|