update theme-setup and project-setup script

This commit is contained in:
Somrat
2025-02-16 12:19:36 +06:00
parent 02085ffbe0
commit eafce894f6
5 changed files with 3 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ const setupProject = () => {
},
].forEach(toggleComment);
const folderList = ["layouts", "assets", "static"];
const folderList = ["layouts", "assets", "static", "tailwind-plugin"];
const folderName = getFolderName(rootFolder);
const newFolderName = createNewFolder(
path.join(rootFolder, "themes"),

View File

@@ -97,6 +97,7 @@ const setupTheme = () => {
"content",
"i18n",
"static",
"tailwind-plugin",
];
const folder = createNewFolder(rootFolder, "exampleSite");