gerson
2024-07-07 a348478a2f78c6e20a20ae20dbc1243a5311fd54
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) {}