Compare commits

...

1 Commits

Author SHA1 Message Date
Luke Parker 396609b49b fix(desktop): use channel database in local runs (#39209) 2026-07-28 15:26:28 +10:00
-1
View File
@@ -213,7 +213,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
}