mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix types
This commit is contained in:
parent
5f6b2fdc6f
commit
b242659cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
|
|||
function child(directory: string) {
|
||||
if (!children[directory]) {
|
||||
setGlobalStore("children", directory, {
|
||||
project: { id: "", worktree: "", time: { created: 0, initialized: 0 } },
|
||||
project: { id: "", worktree: "", time: { created: 0, initialized: 0, updated: 0 } },
|
||||
config: {},
|
||||
path: { state: "", config: "", worktree: "", directory: "" },
|
||||
ready: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue