From 7812c362a7fe7d4c8cb01b25af1d4cabc8c263ca Mon Sep 17 00:00:00 2001 From: zhl Date: Sun, 25 Apr 2021 13:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0dev=E7=9A=84pm2=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(+) create mode 100755 pm2_dev.sh diff --git a/pm2_dev.sh b/pm2_dev.sh new file mode 100755 index 0000000..7e4ec2e --- /dev/null +++ b/pm2_dev.sh @@ -0,0 +1 @@ +pm2 start npm --name "corgi" --log-date-format "YYYY-MM-DD HH:mm:ss" -- run "dev:admin"