diff options
| author | Dax <[email protected]> | 2026-04-06 13:24:55 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-06 13:24:55 -0400 |
| commit | 535343bf567af41cdecf0f130e6c75e3bae16cd6 (patch) | |
| tree | a2c1b05e0ece64f3825bdeab96f5874dc06dca8d /package.json | |
| parent | 4394e42615386d5246bf8a4ac9d2357f1242c687 (diff) | |
| download | opencode-535343bf567af41cdecf0f130e6c75e3bae16cd6.tar.gz opencode-535343bf567af41cdecf0f130e6c75e3bae16cd6.zip | |
refactor(server): replace Bun serve with Hono node adapters (#18335)
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Luke Parker <[email protected]>
Co-authored-by: Adam <[email protected]>
Co-authored-by: Brendan Allan <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index fc73a94d2..e4a2b5844 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dev:console": "ulimit -n 10240 2>/dev/null; bun run --cwd packages/console/app dev", "dev:storybook": "bun --cwd packages/storybook storybook", "typecheck": "bun turbo typecheck", + "postinstall": "bun run --cwd packages/opencode fix-node-pty", "prepare": "husky", "random": "echo 'Random script'", "hello": "echo 'Hello World!'", @@ -103,6 +104,7 @@ }, "trustedDependencies": [ "esbuild", + "node-pty", "protobufjs", "tree-sitter", "tree-sitter-bash", |
