Decent merge customizer

This commit is contained in:
Bryan Ashby
2020-06-10 19:15:49 -06:00
parent 4237f78938
commit 56472c80a8
3 changed files with 260 additions and 2 deletions

View File

@@ -73,6 +73,9 @@ function main() {
},
function initConfig(configPath, configPathSupplied, callback) {
const configFile = configPath + 'config.hjson';
conf.Config.create(configFile, {}, err => {
console.log(err);
});
conf.init(resolvePath(configFile), function configInit(err) {
//