fix type
parent
9ad828dcd0
commit
8d3eac2347
|
|
@ -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…
Reference in New Issue