* update readme

This commit is contained in:
2026-05-10 20:40:14 +02:00
parent 1ef970fef3
commit ba76c5df49
2 changed files with 57 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export function initSync(roomId: string): AppSync {
: "offline";
const provider = new WebrtcProvider(roomId, doc,{
signaling: ["ws://localhost:4444", "ws://lynxpi.ddns.net:4444"]
signaling: ["ws://localhost:4444"]
});
const persistence = new IndexeddbPersistence(roomId, doc);