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