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