mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
disable reading .env file automatically
This commit is contained in:
parent
170ea9c32b
commit
ff1f4d6bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue