diff --git a/src/config.ts b/src/config.ts index 618a679..9f18d33 100644 --- a/src/config.ts +++ b/src/config.ts @@ -203,8 +203,8 @@ export async function saveMiniCodeSettings( export async function loadRuntimeConfig(): Promise { const effectiveSettings = await loadEffectiveSettings() const env = { - ...(effectiveSettings.env ?? {}), ...process.env, + ...(effectiveSettings.env ?? {}), } const model =