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

fix esm

parent 5d37b7a2
No related branches found
No related tags found
No related merge requests found
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) => {
......
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