summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-10 16:14:32 -0500
committerDax Raad <[email protected]>2025-12-10 16:14:32 -0500
commit8d3eac2347c525039e96a540c29d6bb9cc26cc8f (patch)
tree3937a0315853fd18100e196c16c9c2c0a6a3bb66 /packages
parent9ad828dcd0e2bbcd02eee2700856c20ed118e174 (diff)
downloadopencode-8d3eac2347c525039e96a540c29d6bb9cc26cc8f.tar.gz
opencode-8d3eac2347c525039e96a540c29d6bb9cc26cc8f.zip
fix type
Diffstat (limited to 'packages')
-rw-r--r--packages/desktop/src/context/global-sync.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/context/global-sync.tsx b/packages/desktop/src/context/global-sync.tsx
index 890801611..58fc8c9cd 100644
--- a/packages/desktop/src/context/global-sync.tsx
+++ b/packages/desktop/src/context/global-sync.tsx
@@ -97,7 +97,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
setGlobalStore("children", directory, {
project: "",
config: {},
- path: { state: "", config: "", worktree: "", directory: "" },
+ path: { state: "", config: "", worktree: "", directory: "", home: "" },
ready: false,
agent: [],
provider: [],