Browse Source

ci: fix type issue

Dax Raad 8 months ago
parent
commit
8217b96d4a
1 changed files with 1 additions and 0 deletions
  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()
           const server = Server.listen({
             port: 0,
+            hostname: "127.0.0.1",
           })
 
           let cmd = ["go", "run", "./main.go"]