wujingjing
2024-07-25 d62396ca9861a09afa89e9909c9436e01b9a9c49
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) {}