mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 02:07:24 +00:00
fix: env has to be string
This commit is contained in:
parent
daa5fc916a
commit
6efe8cc8df
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export const TuiCommand = cmd({
|
|||
stdin: "inherit",
|
||||
env: {
|
||||
...process.env,
|
||||
CGO_ENABLED: 0,
|
||||
CGO_ENABLED: "0",
|
||||
OPENCODE_SERVER: server.url.toString(),
|
||||
OPENCODE_APP_INFO: JSON.stringify(app),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue