nodejs - 守护进程 supervisor时间:2023-03-09 12:55:34 1. 安装 npm -g install supervisor 2. 如果使用了expres框架 需要修改启动方式 到 package.json中的 "scripts": { "start": "supervisor ./bin/www" }