mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-16 02:21:01 -07:00
94228778c9
* 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');
|