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