mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 02:34:21 +01:00
fix: env has to be string
This commit is contained in:
@@ -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),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user