進度條

pm2 執行 next.js

更新日期:

安裝完 pm2 後

 

執行

pm2 start npm --name "next" -- start

 

改版 

如果沒記錄production

yarn build 

 

重新讀取

pm2 restart "next"