From 3c56f0140d5261919242b77ec8f5d65250724840 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 16 Dec 2020 19:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pm2=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pm2_dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pm2_dev.sh b/pm2_dev.sh index 1941fda..225f978 100755 --- a/pm2_dev.sh +++ b/pm2_dev.sh @@ -1,2 +1,2 @@ -pm2 start npm --name "card" --log-date-format "YYYY-MM-DD HH:MM:ss" -- run "dev:jc" -pm2 start npm --name "robot" --log-date-format "YYYY-MM-DD HH:MM:ss" -- run "dev:robot" +pm2 start npm --name "card" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:jc" +pm2 start npm --name "robot" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:robot"