bump bun version & set flags this time

This commit is contained in:
Aiden Cline 2025-12-13 13:00:03 -06:00
parent b376d5b622
commit 5257b22135
3 changed files with 8 additions and 5 deletions

View file

@ -117,6 +117,9 @@ for (const item of targets) {
compile: {
autoloadBunfig: false,
autoloadDotenv: false,
//@ts-ignore (bun types aren't up to date)
autoloadTsconfig: true,
autoloadPackageJson: true,
target: name.replace(pkg.name, "bun") as any,
outfile: `dist/${name}/bin/opencode`,
execArgv: [`--user-agent=opencode/${Script.version}`, "--"],