thanh-kit 2.5.14 → 2.5.15
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.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2197,6 +2197,7 @@ async function initCommand(projectName, options) {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
await fs9.copy(srcPath, destPath, { overwrite: !mergeMode });
|
|
2199
2199
|
}
|
|
2200
|
+
await adapter.copyBaseFiles(targetDir, mergeMode);
|
|
2200
2201
|
continue;
|
|
2201
2202
|
}
|
|
2202
2203
|
const filteredItems = adapter.filterInstallItems(toInstall);
|