add a minimal build

This commit is contained in:
Toshit Chawda 2024-07-03 11:04:02 -07:00
parent b5263a06fa
commit 93e5812211
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
10 changed files with 151 additions and 99 deletions

View file

@ -182,7 +182,7 @@ onmessage = async (msg) => {
);
let ws = await epoxy_client.connect_websocket(
handlers,
"ws://localhost:5000",
"wss://echo.websocket.events",
[],
{ "x-header": "abc" },
);