mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
fix arg parsing
This commit is contained in:
parent
cc229e726e
commit
eefb3c43dd
@ -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…
x
Reference in New Issue
Block a user