📌fix: production 환경 기동스크립트 수정

This commit is contained in:
yoosangwook 2025-02-19 09:45:34 +09:00
parent 0f56016daa
commit 5777a550a3

View File

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