wip: node-pty

This commit is contained in:
Adam
2026-03-11 13:46:09 -05:00
parent 7910ce5d36
commit 6f5b2f786e
13 changed files with 151 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ await Bun.build({
entrypoints: ["./src/node.ts"],
outdir: "./dist",
format: "esm",
external: ["jsonc-parser"],
external: ["jsonc-parser", "node-pty"],
define: {
OPENCODE_MIGRATIONS: JSON.stringify(migrations),
},