update theme-setup script
This commit is contained in:
parent
b8b5435538
commit
97ebb78f29
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user