forked from FoundKeyGang/FoundKey
fix esm
This commit is contained in:
parent
5d37b7a2ba
commit
5c5be7f15e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import Koa from 'koa';
|
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';
|
import { fetchMeta } from '@/misc/fetch-meta.js';
|
||||||
|
|
||||||
export const manifestHandler = async (ctx: Koa.Context) => {
|
export const manifestHandler = async (ctx: Koa.Context) => {
|
||||||
|
|
Loading…
Reference in a new issue