moq: default web and module relay to Cloudflare interop

This commit is contained in:
every.channel 2026-02-20 12:56:08 -08:00
parent d71d229ec0
commit 6d39ecb3bf
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@
// Use an ESM CDN that rewrites bare module specifiers.
import "https://esm.sh/@kixelated/hang@0.7.4/watch/element.js";
const DEFAULT_RELAY_URL = "https://relay.cloudflare.mediaoverquic.com/";
const DEFAULT_RELAY_URL = "https://interop-relay.cloudflare.mediaoverquic.com/";
function $(id) {
const el = document.getElementById(id);