From 038d025d1fde62f63369691371381d08133bca3f Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 15 Jan 2024 16:53:20 +0100 Subject: [PATCH] Build fix --- cmd/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/server.ts b/cmd/server.ts index 011c43e2..d5fb0aa2 100644 --- a/cmd/server.ts +++ b/cmd/server.ts @@ -1,5 +1,5 @@ import { HttpServer } from "../server/http_server.ts"; -import clientAssetBundle from "../dist/client_asset_bundle.json" with { +import clientAssetBundle from "../dist/client_asset_bundle.json" assert { type: "json", }; import plugAssetBundle from "../dist/plug_asset_bundle.json" assert {