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