From 248289afffc0649b1402d317345fb29186d9c62b Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 7 Jan 2021 18:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=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(+) create mode 100755 pm2_dev.sh diff --git a/pm2_dev.sh b/pm2_dev.sh new file mode 100755 index 0000000..2500556 --- /dev/null +++ b/pm2_dev.sh @@ -0,0 +1 @@ +pm2 start npm --name "card_info" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:api"