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