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