Merge branch 'node-pty' into pr-18335

This commit is contained in:
Dax Raad
2026-03-26 19:04:00 -04:00
10 changed files with 131 additions and 15 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),
},