UNPKG

160 BJavaScriptView Raw
1const conf = require('ms-conf');
2const path = require('path');
3
4conf.prependDefaultConfiguration(path.resolve(__dirname, './configs'));
5
6module.exports = conf;