You are viewing a single comment's thread from:

RE: HIVE Creator - Make Money Creating Accounts

in HiveDevs4 years ago

var config = JSON.parse(fs.readFileSync('./config.json'))
easier with:
config = require('./config.json')

Sort:  

Thanks :)

I learned of this myself recently as well, and it is so much better.