Update config.js
This commit is contained in:
parent
1fe4f3a3b7
commit
20e6f3ad56
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user