Searched refs:copyFilePath (Results 1 – 1 of 1) sorted by relevance
106 for (const copyFilePath of copyFilePaths) { constant107 const projectPath = path.join(projectRoot, copyFilePath);109 copiedPaths.push(copyFilePath);110 copySync(path.join(templateDirectory, copyFilePath), projectPath);112 skippedPaths.push(copyFilePath);