UNPKG

sherry-utils

Version:
12 lines (8 loc) 241 B
const Conf = require('conf') const { SHERRY_GLOBAL_SCOPE } = require('./env') const logger = require('./logger') const store = new Conf({ configName: SHERRY_GLOBAL_SCOPE }) logger.debug('Store path:', store.path) module.exports = store