update json import

This commit is contained in:
Lamp 2024-06-24 12:00:52 -07:00
parent d08d8ac2c3
commit 1c6f64e042

@ -8,7 +8,7 @@ import { getImageSheet } from "./imagesheet.js";
import { resolveVrcUrl } from "./vrcurl.js";
import { getVideoCaptionsCached } from "./youtube-captions.js";
import { stringToBoolean } from "./util.js";
import shorturlmap from "./shorturlmap.json" assert { type: "json" };
import shorturlmap from "./shorturlmap.json" with { type: "json" };
var app = new Koa();
var router = new Router();