From 11cf3b840352c77449bf632a38f83754aee48f20 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 9 Apr 2025 17:18:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=82=B4=EB=B6=80=20=EA=B0=9C?= =?UTF-8?q?=EB=B0=9C=20=EC=84=9C=EB=B2=84=20=EA=B8=B0=EB=8F=99=EC=9D=84=20?= =?UTF-8?q?=EC=9C=84=ED=95=9C=20=EC=8B=A4=ED=96=89=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 추후에 제거 예정 --- startscript-3000.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 startscript-3000.js diff --git a/startscript-3000.js b/startscript-3000.js new file mode 100644 index 00000000..9130126e --- /dev/null +++ b/startscript-3000.js @@ -0,0 +1,2 @@ +var exec = require('child_process').exec +exec('yarn dev -p 3000', { windowsHide: true })