mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
ci: fix type issue
This commit is contained in:
@@ -63,6 +63,7 @@ const cli = yargs(hideBin(process.argv))
|
||||
await Share.init()
|
||||
const server = Server.listen({
|
||||
port: 0,
|
||||
hostname: "127.0.0.1",
|
||||
})
|
||||
|
||||
let cmd = ["go", "run", "./main.go"]
|
||||
|
||||
Reference in New Issue
Block a user