mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 13:16:08 +02:00
fix esm
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user