mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
fix esm
This commit is contained in:
parent
3768d72bfe
commit
b7b1936eb1
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user