chore: revert create-tool.mjs

This commit is contained in:
Ibrahima G. Coulibaly
2025-05-22 17:25:50 +01:00
parent a53dfc7c15
commit 5bc084123a

View File

@@ -54,7 +54,7 @@ function createFolderStructure(basePath, foldersToCreateIndexCount) {
}
// Start the recursive folder creation
recursiveCreate('/', 1);
recursiveCreate('.', 0);
}
const toolNameCamelCase = toolName.replace(/-./g, (x) => x[1].toUpperCase());