vovk-cli 0.0.1-draft.237 → 0.0.1-draft.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -108,7 +108,7 @@ export async function generate({ isEnsuringClient = false, projectInfo, forceNot
|
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
110
|
const isNodeNextResolution = ['node16', 'nodenext'].includes((await getTsconfig(cwd)?.config?.compilerOptions?.moduleResolution?.toLowerCase()) ?? '');
|
|
111
|
-
const isVovkProject =
|
|
111
|
+
const isVovkProject = !!srcRoot;
|
|
112
112
|
const isComposedEnabled = cliGenerateOptions?.composedOnly ||
|
|
113
113
|
!!cliGenerateOptions?.composedFrom ||
|
|
114
114
|
!!cliGenerateOptions?.composedOut ||
|