wujingjing
2024-06-27 217f6f5b0363104fd3c83bf4ad5ad95885224da1
1
2
3
4
5
6
7
const { copyFile } = require('./helper');
const { execSync } = require('child_process');
copyFile('npm run dev');
 
try {
    execSync('vite', { stdio: 'inherit' });
} catch (error) {}