mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip(desktop): progress
This commit is contained in:
parent
b9fa7d9163
commit
d7563d1694
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
|
|||
return store.ready
|
||||
},
|
||||
get project() {
|
||||
console.log("project", store.project)
|
||||
console.log("projects", globalSync.data.projects)
|
||||
const match = Binary.search(globalSync.data.projects, store.project, (p) => p.id)
|
||||
if (match.found) return globalSync.data.projects[match.index]
|
||||
return undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue