This commit is contained in:
2026-04-01 11:16:47 +00:00
parent 8b09aa9705
commit bbfcc366c2
26 changed files with 689 additions and 7614 deletions

View File

@@ -10,7 +10,9 @@ export const DirenvPlugin: Plugin = async ({ $ }) => {
.json();
Object.assign(output.env, exported);
} catch {}
} catch (error) {
console.warn("[direnv] failed to export env:", error);
}
},
};
};