mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
ci: disable automatic config loading during CLI builds to prevent configuration interference
This commit is contained in:
parent
45c4970d68
commit
db9e2b1aac
4 changed files with 8 additions and 6 deletions
|
|
@ -108,9 +108,11 @@ for (const item of targets) {
|
|||
plugins: [solidPlugin],
|
||||
sourcemap: "external",
|
||||
compile: {
|
||||
autoloadBunfig: false,
|
||||
autoloadDotenv: false,
|
||||
target: name.replace(pkg.name, "bun") as any,
|
||||
outfile: `dist/${name}/bin/opencode`,
|
||||
execArgv: [`--user-agent=opencode/${Script.version}`, `--env-file=""`, `--`],
|
||||
execArgv: [`--user-agent=opencode/${Script.version}`],
|
||||
windows: {},
|
||||
},
|
||||
entrypoints: ["./src/index.ts", parserWorker, workerPath],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue