Skip to content
Snippets Groups Projects
Commit c8070fc5 authored by syuilo's avatar syuilo
Browse files

fix esm

parent 2e89b215
No related branches found
No related tags found
No related merge requests found
import * as httpSignature from 'http-signature'; import httpSignature from 'http-signature';
import config from '@/config/index.js'; import config from '@/config/index.js';
import { envOption } from '../env.js'; import { envOption } from '../env.js';
......
import { DriveFile } from '@/models/entities/drive-file.js'; import { DriveFile } from '@/models/entities/drive-file.js';
import { User } from '@/models/entities/user.js'; import { User } from '@/models/entities/user.js';
import { IActivity } from '@/remote/activitypub/type.js'; import { IActivity } from '@/remote/activitypub/type.js';
import * as httpSignature from 'http-signature'; import httpSignature from 'http-signature';
export type DeliverJobData = { export type DeliverJobData = {
/** Actor */ /** Actor */
......
import Router from '@koa/router'; import Router from '@koa/router';
import json from 'koa-json-body'; import json from 'koa-json-body';
import * as httpSignature from 'http-signature'; import httpSignature from 'http-signature';
import { renderActivity } from '@/remote/activitypub/renderer/index.js'; import { renderActivity } from '@/remote/activitypub/renderer/index.js';
import renderNote from '@/remote/activitypub/renderer/note.js'; import renderNote from '@/remote/activitypub/renderer/note.js';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment