fix esm
This commit is contained in:
parent
5d37b7a2ba
commit
5c5be7f15e
|
@ -1,5 +1,5 @@
|
|||
import Koa from 'koa';
|
||||
import * as manifest from './manifest.json' assert { type: 'json' };
|
||||
import manifest from './manifest.json' assert { type: 'json' };
|
||||
import { fetchMeta } from '@/misc/fetch-meta.js';
|
||||
|
||||
export const manifestHandler = async (ctx: Koa.Context) => {
|
||||
|
|
Loading…
Reference in a new issue