This commit is contained in:
syuilo 2022-03-04 00:06:17 +09:00
parent 5d37b7a2ba
commit 5c5be7f15e

View file

@ -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) => {