mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 18:23:09 +02:00
d071d18dd7
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
import Logger from '@/services/logger.js';
|
|
|
|
export const dbLogger = new Logger('db');
|