@reliverse/dler 1.7.76 → 1.7.77
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.
|
@@ -173,7 +173,7 @@ function getFilterDepsPatterns(isDev) {
|
|
|
173
173
|
}`;
|
|
174
174
|
}
|
|
175
175
|
function generateConfig(isDev, pkgDescription) {
|
|
176
|
-
const importdefineConfigStatement = isDev ? `import { defineConfig } from "../../../cfg/cfg-impl/cfg-consts";` : `import { defineConfig } from "@reliverse/
|
|
176
|
+
const importdefineConfigStatement = isDev ? `import { defineConfig } from "../../../cfg/cfg-impl/cfg-consts";` : `import { defineConfig } from "@reliverse/cfg";`;
|
|
177
177
|
const verboseValue = getValue(isDev, true, DEFAULT_CONFIG_DLER.commonVerbose);
|
|
178
178
|
const coreIsCLI = getCoreIsCLI(isDev);
|
|
179
179
|
const registryValue = getValue(isDev, "npm-jsr", DEFAULT_CONFIG_DLER.commonPubRegistry);
|