mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix type
This commit is contained in:
parent
9ad828dcd0
commit
8d3eac2347
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue