Skip to content

Commit dfd22e4

Browse files
Feat: Supposidly fix no bare clients bug
1 parent dd20dbf commit dfd22e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
async function updateTransports() {
3838
BareMux.registerRemoteListener(navigator.serviceWorker.controller);
3939
let transport = localStorage.getItem('transport') || "EpxMod.EpoxyClient"
40+
// Feel free to remove this, its just for skids to stop making issues on it
4041
if (window.location.origin.includes('.pages.dev')) {
4142
console.log('your static hosting, using TOMP Wisp Server.')
4243
let wispserver = "wss://tomp.app/wisp"

0 commit comments

Comments
 (0)