fix arg parsing

This commit is contained in:
Dax Raad 2025-11-21 21:13:43 -05:00
parent cc229e726e
commit eefb3c43dd

View file

@ -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],