Update config.js

This commit is contained in:
David Westgate 2021-03-02 22:10:08 +00:00
parent 1fe4f3a3b7
commit 20e6f3ad56

View File

@ -53,8 +53,10 @@ const branches ={
}
}
}
//Set branch here
//default branch
var config = branches.development;
if(process.argv[2] && process.argv[2] === 'prod')
config = branches.production
module.exports = {
config
};