Add development start script to execute yarn command

This commit is contained in:
yoosangwook 2025-05-29 19:14:10 +09:00
parent 9c0c851dcb
commit 7641148fce

2
startscript-dev.js Normal file
View File

@ -0,0 +1,2 @@
var exec = require('child_process').exec
exec('yarn start:dev', { windowsHide: true })