chore: update build
This commit is contained in:
Vendored
+1
-1
@@ -226,7 +226,7 @@
|
||||
}
|
||||
|
||||
// src/userscript/index.ts
|
||||
var WS_URL = "ws://127.0.0.1:8787";
|
||||
var WS_URL = "wss://wa-bridge.rul.sh/ws";
|
||||
var socket;
|
||||
function send(message) {
|
||||
if (socket?.readyState !== WebSocket.OPEN) {
|
||||
|
||||
Reference in New Issue
Block a user