This commit is contained in:
xiaojunnuo
2025-05-15 12:20:20 +08:00
parent d31ac75718
commit 2c7c98a152

View File

@@ -30,5 +30,5 @@ echo "启动服务"
# 前台运行
npm run start
# 后台运行
# nohup npm run start &
# 前台运行测试没问题之后,用下面的启动命令,在后台运行
# nohup npm run start > certd.log &