wujingjing
2024-07-15 0b238cbcce972e907fb2f6864e5f0c2772aeba0c
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) {}