Add development start script to execute 'yarn start:dev'

This commit is contained in:
yoosangwook 2025-05-29 19:13:12 +09:00
parent 2be0cd341a
commit f323d312d7

2
startscript-dev.js Normal file
View File

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