UNPKG

155 BJavaScriptView Raw
1const Conf = require('conf')
2const logger = require('./logger')
3
4const store = new Conf()
5
6logger.debug('Store path:', store.path)
7
8module.exports = store