fix(opencode): bundle fff native library

This commit is contained in:
Dax Raad
2026-06-09 15:25:16 -04:00
parent 600e405ba0
commit e29203f603
4 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ for (const item of targets) {
const workerRelativePath = path.relative(dir, parserWorker).replaceAll("\\", "/")
await Bun.build({
conditions: ["node"],
conditions: ["bun", "node"],
tsconfig: "./tsconfig.json",
plugins: [plugin],
external: ["node-gyp"],