Skip to content

Commit 060a64a

Browse files
committed
added console.log
1 parent 14ea768 commit 060a64a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/template-utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ export async function updateWebpackFile(
133133
* @param destPath - The path where the project will be created
134134
*/
135135
export async function copyEmptyTemplateFiles(destPath: string): Promise<void> {
136+
console.log(__dirname);
137+
136138
await fs.copy(path.join(__dirname, "..", "..", "files", "empty-project"), destPath, {
137139
overwrite: true,
138140
filter: copyFilter,

0 commit comments

Comments
 (0)