Skip to content

Commit 56c3f8e

Browse files
committed
localhost
1 parent 71f4dbc commit 56c3f8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/bolty-listener-0.0.1.vsix

0 Bytes
Binary file not shown.

ext/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function ensureFileExists(filePath: string, content: string = '') {
3939

4040
function initWs(context: vscode.ExtensionContext) {
4141
// change to something else
42-
const ws = new WebSocket(process.env.WS_RELAYER_URL || "ws://ws-relayer:9093");
42+
const ws = new WebSocket(process.env.WS_RELAYER_URL || "ws://localhost:9093");
4343

4444
ws.onerror = (e: any) => {
4545
console.log("error", );

0 commit comments

Comments
 (0)