fix: Opencode hangs after exit (#3481)

Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Haris Gušić
2025-10-31 05:57:58 +01:00
committed by GitHub
parent 0c840433c8
commit ba2660ec3e
12 changed files with 86 additions and 36 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ export const ServeCommand = cmd({
})
console.log(`opencode server listening on http://${server.hostname}:${server.port}`)
await new Promise(() => {})
server.stop()
await server.stop()
},
})