mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
ci: fix type issue
This commit is contained in:
parent
7dd0918d32
commit
8217b96d4a
@ -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…
x
Reference in New Issue
Block a user