fix esm
This commit is contained in:
parent
4cd75e45b9
commit
2e89b21544
|
@ -1,6 +1,6 @@
|
||||||
import { URL } from 'node:url';
|
import { URL } from 'node:url';
|
||||||
import Bull from 'bull';
|
import Bull from 'bull';
|
||||||
import * as httpSignature from 'http-signature';
|
import httpSignature from 'http-signature';
|
||||||
import perform from '@/remote/activitypub/perform.js';
|
import perform from '@/remote/activitypub/perform.js';
|
||||||
import Logger from '@/services/logger.js';
|
import Logger from '@/services/logger.js';
|
||||||
import { registerOrFetchInstanceDoc } from '@/services/register-or-fetch-instance-doc.js';
|
import { registerOrFetchInstanceDoc } from '@/services/register-or-fetch-instance-doc.js';
|
||||||
|
|
Loading…
Reference in New Issue