refactor: remove unused blueprints path variable

- Deleted the blueprints path variable from script.js as it is no longer needed after recent changes to the template file format.
This commit is contained in:
Mauricio Siu 2025-03-30 00:56:01 -06:00
parent efe26cc173
commit 4d089e1f58

View File

@ -28,6 +28,5 @@ function processDirectory(dirPath) {
});
}
// Ruta al directorio blueprints relativa al script
const blueprintsPath = path.join(__dirname, "..", "blueprints");
processDirectory(blueprintsPath);