From 2c7c98a15217d18b4563aca95aaa571a270a8ba6 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 15 May 2025 12:20:20 +0800 Subject: [PATCH] docs: --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 9526fa09..2a3cb1a9 100755 --- a/start.sh +++ b/start.sh @@ -30,5 +30,5 @@ echo "启动服务" # 前台运行 npm run start -# 后台运行 -# nohup npm run start & +# 前台运行测试没问题之后,用下面的启动命令,在后台运行 +# nohup npm run start > certd.log &