wujingjing
2024-07-22 ea2b0e4b3025fbfc93d0fb171a0f024ed4a4d1ba
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) {}