fix: env has to be string

pull/700/head^2 v0.2.7
adamdottv 2025-07-08 14:59:03 -05:00
parent daa5fc916a
commit 6efe8cc8df
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -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),
},