feat: overhaul config loading

This commit is contained in:
Aarnav Tale
2025-12-01 02:46:22 -05:00
parent d3d7c7cc0e
commit 86184e3420
26 changed files with 903 additions and 1134 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ vi.mock(import('node:fs/promises'), async (importOrig) => {
access: (path, mode) => {
const p = path.toString();
if (p === '/var/lib/headplane/' || p === '/var/lib/headplane') {
if (fakeFs.has(p)) {
return Promise.resolve();
}