Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
发出“pm2 restart all”将重新启动 pm2 管理的所有进程。
我想知道:如果对任何源文件进行了更改,这真的会重新加载更改吗?或者它只是重新启动内存中现有的 pm2 进程。
是的,pm2 restart获取本地更改。如果您没有看到更改,客户端可能必须清除缓存/刷新。
pm2 restart
特定的标签