diff --git a/build/inject-tool-templates.js b/build/inject-tool-templates.js index 64720c7..0d5c1d2 100644 --- a/build/inject-tool-templates.js +++ b/build/inject-tool-templates.js @@ -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 = '';