We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4014d3 commit 45a42eeCopy full SHA for 45a42ee
1 file changed
src/cfg-resolve.js
@@ -58,6 +58,10 @@ export default ({input, flags = {}}) => {
58
({config} = explorer.search());
59
}
60
61
+ if (config?.root) {
62
+ root = config.root;
63
+ }
64
+
65
input = []
66
.concat(input && input.length > 0 ? input : config?.input)
67
.filter(Boolean)
0 commit comments