mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 07:25:49 +02:00
fix: use import assertion
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Koa from 'koa';
|
||||
import * as manifest from './manifest.json';
|
||||
import * as 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