mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:28:31 +00:00
fix(opencode): resolve Bedrock hang by using node build conditions (#30873)
This commit is contained in:
parent
48106b7e78
commit
1e216e12dc
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ for (const item of targets) {
|
|||
const workerRelativePath = path.relative(dir, parserWorker).replaceAll("\\", "/")
|
||||
|
||||
await Bun.build({
|
||||
conditions: ["browser"],
|
||||
conditions: ["node"],
|
||||
tsconfig: "./tsconfig.json",
|
||||
plugins: [plugin],
|
||||
external: ["node-gyp"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue