We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc229e7 commit eefb3c4Copy full SHA for eefb3c4
packages/opencode/script/build.ts
@@ -112,7 +112,7 @@ for (const item of targets) {
112
autoloadDotenv: false,
113
target: name.replace(pkg.name, "bun") as any,
114
outfile: `dist/${name}/bin/opencode`,
115
- execArgv: [`--user-agent=opencode/${Script.version}`],
+ execArgv: [`--user-agent=opencode/${Script.version}`, "--"],
116
windows: {},
117
},
118
entrypoints: ["./src/index.ts", parserWorker, workerPath],
0 commit comments