From dce93c7433ad07cab2e3ef04265d6a3f04c2e919 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 26 Apr 2021 15:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0api=E7=9A=84=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pm2_dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pm2_dev.sh b/pm2_dev.sh index 7e4ec2e..c7f49b3 100755 --- a/pm2_dev.sh +++ b/pm2_dev.sh @@ -1 +1,2 @@ pm2 start npm --name "corgi" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:admin" +pm2 start npm --name "corgi-api" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:api"