gerson
2025-03-13 d92efada6b4cee935c5b88dd550255238437ac43
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();