Clear sessions

This commit is contained in:
James Long
2026-04-09 13:24:45 -04:00
parent 165481813a
commit 5a1be09727
@@ -463,6 +463,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
on(
() => project.workspace.current(),
() => {
fullSyncedSessions.clear()
void bootstrap()
},
),