Explorar el Código

ci: fix type issue

Dax Raad hace 8 meses
padre
commit
8217b96d4a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/opencode/src/index.ts

+ 1 - 0
packages/opencode/src/index.ts

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