mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-09 04:24:09 +02:00
refactor: Use ESM (#8358)
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import Logger from '@/services/logger';
|
||||
import Logger from '@/services/logger.js';
|
||||
|
||||
export const queueLogger = new Logger('queue', 'orange');
|
||||
|
||||
Reference in New Issue
Block a user