wip: node-pty

This commit is contained in:
Adam 2026-03-11 13:46:09 -05:00
commit 6f5b2f786e
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
13 changed files with 151 additions and 22 deletions

View file

@ -11,6 +11,7 @@
"dev:web": "bun --cwd packages/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!'",
@ -98,6 +99,7 @@
},
"trustedDependencies": [
"esbuild",
"node-pty",
"protobufjs",
"tree-sitter",
"tree-sitter-bash",