disable reading .env file automatically

pull/2218/head
Dax Raad 2025-09-17 01:01:04 -04:00
parent 170ea9c32b
commit ff1f4d6bf9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ for (const [os, arch] of targets) {
compile: {
target: `bun-${os}-${arch}` as any,
outfile: `dist/${name}/bin/opencode`,
execArgv: [`--user-agent=opencode/${version}`, `--`],
execArgv: [`--user-agent=opencode/${version}`, `--env-file=""`, `--`],
windows: {},
},
entrypoints: ["./src/index.ts"],