mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix issue with flags being parsed incorrectly
This commit is contained in:
parent
0e0c5a9b68
commit
bcd656ffae
@ -42,7 +42,7 @@ for (const [os, arch] of targets) {
|
||||
compile: {
|
||||
target: `bun-${os}-${arch}` as any,
|
||||
outfile: `dist/${name}/bin/opencode`,
|
||||
execArgv: [`--user-agent=opencode/${version}`],
|
||||
execArgv: [`--user-agent=opencode/${version}`, `--`],
|
||||
windows: {},
|
||||
},
|
||||
entrypoints: ["./src/index.ts"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user