--- alwaysApply: true --- pm2 restart 10 -> restart backend (configured as "npm run dev:backend") pm2 restart 11 -> restart backend (configured as "npm run dev:frontend") (both should rarely neer restart because in dev mode HMR for frontend, and nodemon for backend should already do that)