From 8aa8a7eb57dd1e9b8c9f64f9485a24e2aeb1a38c Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:41:46 -0700 Subject: [PATCH] Update inject-tool-templates.js --- build/inject-tool-templates.js | 2 ++ 1 file changed, 2 insertions(+) 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 = '';