qcast-front/startscript.js

3 lines
83 B
JavaScript

var exec = require('child_process').exec
exec('yarn start', { windowsHide: true })