chore: added another relay a36c3c84
Steve · 2025-11-06 23:34 1 file(s) · +4 −4
src/lib/evolu.ts +4 −4
11 11
			type: "WebSocket",
12 12
			url: "wss://relay.alcove.tools",
13 13
		},
14 -
		// {
15 -
		// 	type: "WebSocket",
16 -
		// 	url: "ws://localhost:4000",
17 -
		// },
14 +
		{
15 +
			type: "WebSocket",
16 +
			url: "wss://relay2.alcove.tools",
17 +
		},
18 18
	],
19 19
});
20 20