mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
ci: fix type issue
This commit is contained in:
parent
7dd0918d32
commit
8217b96d4a
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue