wujingjing
2024-08-13 cf108b164b3147ead8490eae46bdd55da8a0c631
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) {}