Skip to content

Commit 3c03d0b

Browse files
committed
tmp: remove me
1 parent 4240fc3 commit 3c03d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/load-config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ export function loadConfig(path: string): Config {
2727
}
2828
})()
2929

30-
return config.default ?? config
30+
return config
31+
// return config.default ?? config
3132
}

0 commit comments

Comments
 (0)