mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix arg parsing
This commit is contained in:
parent
cc229e726e
commit
eefb3c43dd
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ for (const item of targets) {
|
|||
autoloadDotenv: false,
|
||||
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}`, "--"],
|
||||
windows: {},
|
||||
},
|
||||
entrypoints: ["./src/index.ts", parserWorker, workerPath],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue