update theme-setup script

This commit is contained in:
somrat sorkar 2023-07-05 15:36:16 +06:00
parent b8b5435538
commit 97ebb78f29

View File

@ -62,7 +62,6 @@ const setupTheme = () => {
];
const folder = createNewfolder(rootFolder, "exampleSite");
console.log({ folder });
fs.readdirSync(rootFolder, { withFileTypes: true }).forEach((file) => {
if (includesFiles.includes(file.name)) {