PM2 基本指令

懶人包。

基本指令

  • pm2 ls 現在跑起來的 Process
  • pm2 start app.js 執行應用程式
  • pm2 stop <id> 暫停應用程式
  • pm delete <id> 刪除應用程式
  • pm2 restart <id> 重新啟動應用程式
  • pm2 log <id> 應用程式的 log
  • pm2 info <id> 應用程式的詳細資訊
mentor-program-day113 React 的第四個 hook:useLayoutEffect
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×