wujingjing
2024-09-05 aa8db3c9e5a94053247ce5a750e9ec894b873ad5
1
2
3
4
5
6
7
8
9
const { copyFile ,checkCustomer,firstCustomerName} = require('./helper');
const { execSync } = require('child_process');
checkCustomer('npm run dev', firstCustomerName);
 
copyFile();
 
try {
    execSync('vite', { stdio: 'inherit' });
} catch (error) {}