From ca37615bef49f4b750dbb442b58624d37ffbee9f Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Thu, 22 Feb 2024 12:10:39 -0600 Subject: [PATCH] im a dummy lol, forgot the createRammerhead call --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index bd21d7d..ee7048e 100644 --- a/index.js +++ b/index.js @@ -19,6 +19,8 @@ const bare = createBareServer("/bare/"); console.log(chalk.gray("Starting Bare...")); console.log(chalk.gray("Starting Rammerhead...")); +const rh = createRammerhead(); + const rammerheadScopes = [ "/rammerhead.js", "/hammerhead.js",