Update inject-tool-templates.js

This commit is contained in:
pliny
2026-03-20 17:41:46 -07:00
committed by GitHub
parent bd5b57a2b2
commit 8aa8a7eb57
+2
View File
@@ -14,6 +14,7 @@ const templateFiles = [
'decoder.html',
'steganography.html',
'transforms.html',
'promptcraft.html',
'tokenade.html',
'fuzzer.html',
'tokenizer.html',
@@ -21,6 +22,7 @@ const templateFiles = [
'gibberish.html'
];
const templatesDir = path.join(__dirname, '../templates');
let allToolHTML = '';