There was an error while loading. Please reload this page.
no bare clients
1 parent dd20dbf commit dfd22e4Copy full SHA for dfd22e4
1 file changed
static/index.html
@@ -37,6 +37,7 @@
37
async function updateTransports() {
38
BareMux.registerRemoteListener(navigator.serviceWorker.controller);
39
let transport = localStorage.getItem('transport') || "EpxMod.EpoxyClient"
40
+ // Feel free to remove this, its just for skids to stop making issues on it
41
if (window.location.origin.includes('.pages.dev')) {
42
console.log('your static hosting, using TOMP Wisp Server.')
43
let wispserver = "wss://tomp.app/wisp"
0 commit comments