From 0a059473ab02dd7546d91784c2348a187dec98c1 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sat, 27 Jan 2024 15:08:11 -0600 Subject: [PATCH] Test --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 7c025d7..7bc33dd 100644 --- a/index.js +++ b/index.js @@ -15,6 +15,8 @@ const resourcePath = path.join(__dirname, 'resources') const mainpage = resourcePath + '/mainPage.html' var lanyardData = undefined +console.log(__dirname) + var config = JSON.parse(fs.readFileSync(path.join(__dirname, 'config.json'))) var thumborInstances = config.thumborInstances