extension-create 2.0.0-rc.28 → 2.0.0-rc.29
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/module.js +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -274,7 +274,7 @@ async function createDirectory(projectPath, projectName) {
|
|
|
274
274
|
const import_local_template_filename = (0, external_url_namespaceObject.fileURLToPath)(__rslib_import_meta_url__);
|
|
275
275
|
const import_local_template_dirname = external_path_namespaceObject.dirname(import_local_template_filename);
|
|
276
276
|
async function importLocalTemplate(projectPath, projectName, template) {
|
|
277
|
-
const localTemplatePath = external_path_namespaceObject.resolve(import_local_template_dirname, 'template');
|
|
277
|
+
const localTemplatePath = external_path_namespaceObject.resolve(import_local_template_dirname, 'dist', 'template');
|
|
278
278
|
try {
|
|
279
279
|
console.log(installingFromTemplate(projectName, template));
|
|
280
280
|
await copyDirectoryWithSymlinks(localTemplatePath, projectPath);
|