update json import
This commit is contained in:
parent
d08d8ac2c3
commit
1c6f64e042
2
index.js
2
index.js
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user