mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: bump localstorage
This commit is contained in:
parent
8ca02b7664
commit
e8ce113b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export const { use: useSession, provider: SessionProvider } = createSimpleContex
|
|||
const params = useParams()
|
||||
const sync = useSync()
|
||||
const name = createMemo(
|
||||
() => `${base64Encode(sync.data.project.worktree)}/session${params.id ? "/" + params.id : ""}.v1`,
|
||||
() => `${base64Encode(sync.data.project.worktree)}/session${params.id ? "/" + params.id : ""}.v2`,
|
||||
)
|
||||
|
||||
const [store, setStore] = makePersisted(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue