mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-31 04:13:38 +00:00
fix(desktop): use channel database in local runs (#39209)
This commit is contained in:
parent
40e4d730ca
commit
7ae1be5bf6
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ function createSidecarEnv(): Record<string, string> {
|
|||
)
|
||||
delete env.DEBUG
|
||||
if (process.platform === "linux") delete env.LD_PRELOAD
|
||||
if (!app.isPackaged) env.OPENCODE_DISABLE_CHANNEL_DB = "1"
|
||||
return env
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue