start.js 190 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/usr/bin/env node const execSync = require('child_process').execSync; execSync(`npx cross-env NODE_ENV=development vite --force --config ./config/vite.config.js`, { stdio: 'inherit' });