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()
|
await Share.init()
|
||||||
const server = Server.listen({
|
const server = Server.listen({
|
||||||
port: 0,
|
port: 0,
|
||||||
|
hostname: "127.0.0.1",
|
||||||
})
|
})
|
||||||
|
|
||||||
let cmd = ["go", "run", "./main.go"]
|
let cmd = ["go", "run", "./main.go"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue