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
1b331548ba
commit
740aa8e541
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
|
|||
sdk.event.listen((e) => {
|
||||
if (e.name !== sdk.directory) return
|
||||
const event = e.details
|
||||
console.log(event)
|
||||
switch (event.type) {
|
||||
case "server.instance.disposed": {
|
||||
bootstrap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue