wujingjing
2024-08-07 45f16bffeef4d72a0279c4178a85b0eeec50c4a3
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) {}