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 3bec0e8 commit eb5d8aeCopy full SHA for eb5d8ae
src/configuration.ts
@@ -23,6 +23,9 @@ async function readConfig() {
23
const currentFramework = await ResourceDiscovery.getCurrentFrameworkName();
24
25
const configFromCliArgs = await getConfigFromCliArgs(supportedFrameworks);
26
+
27
+ Logger.setVerbose(configFromCliArgs.verbose === true);
28
29
const configFileName = configFromCliArgs.config || configFileDefaultName;
30
const configFromConfigFile = (await getConfigTsFromConfigFile(configFileName))
31
?.default;
0 commit comments