From b37b11308773e9ce60f295396c0c80bb7ac8a057 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 30 Apr 2021 09:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0pm2=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=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(+) create mode 100755 pm2_dev.sh diff --git a/pm2_dev.sh b/pm2_dev.sh new file mode 100755 index 0000000..ee1fe23 --- /dev/null +++ b/pm2_dev.sh @@ -0,0 +1 @@ +pm2 start npm --name "corgi-ws" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:jc"