gerson
2025-01-21 9ba0869b5292b4e11ced9d2a558a4e7837bbc548
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();