ci: fix type issue

This commit is contained in:
Dax Raad 2025-06-24 21:12:32 -04:00
parent 7dd0918d32
commit 8217b96d4a

View file

@ -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"]