mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-25 06:35:35 +00:00
bump bun version & set flags this time
This commit is contained in:
parent
b376d5b622
commit
5257b22135
3 changed files with 8 additions and 5 deletions
|
|
@ -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}`, "--"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue