gerson
2024-09-29 6fa532014e8afd43650128ccd9f68b7460476825
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();