fix(desktop): use channel database in local runs (#39209)

This commit is contained in:
Luke Parker 2026-07-28 10:23:43 +10:00 committed by GitHub
parent 40e4d730ca
commit 7ae1be5bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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