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",
|
stdin: "inherit",
|
||||||
env: {
|
env: {
|
||||||
...process.env,
|
...process.env,
|
||||||
CGO_ENABLED: 0,
|
CGO_ENABLED: "0",
|
||||||
OPENCODE_SERVER: server.url.toString(),
|
OPENCODE_SERVER: server.url.toString(),
|
||||||
OPENCODE_APP_INFO: JSON.stringify(app),
|
OPENCODE_APP_INFO: JSON.stringify(app),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue