chore: update transports 7fc8cdb7
Steve · 2025-11-21 20:13 1 file(s) · +4 −4
src/lib/evolu.ts +4 −4
12 12
			type: "WebSocket",
13 13
			url: "wss://relay.alcove.tools",
14 14
		},
15 -
		// {
16 -
		// 	type: "WebSocket",
17 -
		// 	url: "wss://relay2.alcove.tools",
18 -
		// },
15 +
		{
16 +
			type: "WebSocket",
17 +
			url: "wss://relay2.alcove.tools",
18 +
		},
19 19
		//	{ type: "WebSocket" as const, url: "ws://localhost:4000" },
20 20
	],
21 21
});