This commit is contained in:
Orion Reed 2024-07-19 13:00:55 +02:00
parent 723c42dd0a
commit 5070b2f7e5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default {
return await onConnect(conn, room, { return await onConnect(conn, room, {
// experimental: persist the document to partykit's room storage // experimental: persist the document to partykit's room storage
persist: true, // persist: true,
}); });
}, },
}; };