From 57d961d9e0e8a78d117d86286e48579f3f00a12f Mon Sep 17 00:00:00 2001 From: luochuan Date: Sat, 29 Jun 2024 11:26:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=84=9A=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 8e04e61..71a4add 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ # 服务端启动 nohup npm run prod >> server.log 2>&1 & +echo '服务端后台启动' # 客户端启动 -nohup npm run serve >> front.log 2>&1 & +npm run serve -echo '启动成功'