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 16cdf0e commit 8671ef6Copy full SHA for 8671ef6
src/templates-worker.ts
@@ -20,8 +20,11 @@ export class TemplatesWorker {
20
this.config = config;
21
this.fileSystem = fileSystem;
22
this.getRenderTemplateData = getRenderTemplateData;
23
+ if (this.config.debug) consola.level = Number.MAX_SAFE_INTEGER;
24
+ if (this.config.silent) consola.level = 0;
25
}
26
27
+
28
getTemplatePaths = (
29
config: CodeGenConfig,
30
): CodeGenConfig["templatePaths"] => {
0 commit comments