gerson
2025-04-02 9569b71af760325bea5d0fb3b2b3f6ba510586ac
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();