diff --git a/scripts/vite-templates.ts b/scripts/vite-templates.ts index 39a0edc..c161308 100644 --- a/scripts/vite-templates.ts +++ b/scripts/vite-templates.ts @@ -36,7 +36,6 @@ for (const item of templates) { const newName = item.replace("template-", "") const newPath = join(OUTPUT_FOLDER, newName) - console.log({ path, item, newName, newPath }) await rename(path, newPath) }