Test
This commit is contained in:
parent
254ecc9a14
commit
0a059473ab
1 changed files with 2 additions and 0 deletions
2
index.js
2
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
|
||||
|
|
Loading…
Reference in a new issue