We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4240fc3 commit 3c03d0bCopy full SHA for 3c03d0b
src/lib/load-config.ts
@@ -27,5 +27,6 @@ export function loadConfig(path: string): Config {
27
}
28
})()
29
30
- return config.default ?? config
+ return config
31
+ // return config.default ?? config
32
0 commit comments