diff options
| author | Dax Raad <[email protected]> | 2025-06-24 21:12:32 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-24 21:12:32 -0400 |
| commit | 8217b96d4ae47bd9c34e4150137040d991bb2d4d (patch) | |
| tree | 086a1c2bd70ead903170d337a910fab3503e6dda | |
| parent | 7dd0918d327a5ede252d91567b384f3f25b3590c (diff) | |
| download | opencode-8217b96d4ae47bd9c34e4150137040d991bb2d4d.tar.gz opencode-8217b96d4ae47bd9c34e4150137040d991bb2d4d.zip | |
ci: fix type issue
| -rw-r--r-- | packages/opencode/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/index.ts b/packages/opencode/src/index.ts index a19eeac5d..089f17b0e 100644 --- a/packages/opencode/src/index.ts +++ b/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"] |
