@nil-/xit 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/index.js +1 -1
- package/package.json +1 -1
package/assets/index.js
CHANGED
|
@@ -2659,7 +2659,7 @@ const protobufjs = /* @__PURE__ */ getDefaultExportFromCjs(light), proto_data =
|
|
|
2659
2659
|
console.log(import.meta.url);
|
|
2660
2660
|
const a = new Worker(new URL(
|
|
2661
2661
|
/* @vite-ignore */
|
|
2662
|
-
"
|
|
2662
|
+
"./bundler.js",
|
|
2663
2663
|
import.meta.url
|
|
2664
2664
|
), { type: "module" });
|
|
2665
2665
|
a.postMessage({ type: "init", host: i.host, id: i.id, cdn_url: i.cdn_url }), a.addEventListener("message", async (f) => {
|