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