From 20fba360dbe43d2331bcca05d27aba15402049c7 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Thu, 6 Mar 2025 18:35:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8B=9C=EC=9E=91=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startscript.js b/startscript.js index 350b2c06..37f52696 100644 --- a/startscript.js +++ b/startscript.js @@ -1,2 +1,2 @@ var exec = require('child_process').exec -exec('yarn serve', { windowsHide: true }) +exec('yarn start', { windowsHide: true })