From 0c76f33333e26b52151fb07aff8bca1354810553 Mon Sep 17 00:00:00 2001 From: "every.channel" Date: Fri, 20 Feb 2026 23:08:18 -0800 Subject: [PATCH] web: fix hang module URL to published version --- apps/web/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app.js b/apps/web/app.js index b8f3534..15bac33 100644 --- a/apps/web/app.js +++ b/apps/web/app.js @@ -4,7 +4,7 @@ // It is intentionally dependency-light: no framework, no bundler. const DEFAULT_RELAY_URL = "https://interop-relay.cloudflare.mediaoverquic.com/"; -const HANG_WATCH_MODULE_URL = "https://esm.sh/@kixelated/hang@0.7.4/watch/element.js"; +const HANG_WATCH_MODULE_URL = "https://esm.sh/@kixelated/hang@0.7.0/watch/element.js"; let hangWatchModulePromise = null; function $(id) {