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 {