mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Merge 6beb6a0c03 into 83397ebde2
This commit is contained in:
commit
4936114972
1 changed files with 5 additions and 1 deletions
|
|
@ -135,7 +135,11 @@ for (const item of targets) {
|
|||
autoloadPackageJson: true,
|
||||
target: name.replace(pkg.name, "bun") as any,
|
||||
outfile: `dist/${name}/bin/opencode`,
|
||||
execArgv: [`--user-agent=opencode/${Script.version}`, "--"],
|
||||
execArgv: [
|
||||
`--user-agent=opencode/${Script.version}`,
|
||||
`--config=${item.os === "win32" ? "NUL" : "/dev/null"}`,
|
||||
"--",
|
||||
],
|
||||
windows: {},
|
||||
},
|
||||
entrypoints: ["./src/index.ts", parserWorker, workerPath],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue