mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
bump bun version & set flags this time
This commit is contained in:
parent
7434fbba8e
commit
7bf6f264e4
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