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, {
|
setGlobalStore("children", directory, {
|
||||||
project: "",
|
project: "",
|
||||||
config: {},
|
config: {},
|
||||||
path: { state: "", config: "", worktree: "", directory: "" },
|
path: { state: "", config: "", worktree: "", directory: "", home: "" },
|
||||||
ready: false,
|
ready: false,
|
||||||
agent: [],
|
agent: [],
|
||||||
provider: [],
|
provider: [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue