I'm trying to disable watch in my PM2. The pm2 start sh script seem to indicate that the config file is /www/server/nodejs/vhost/pm2_configs/backend_pm2/ecosystem.config.cjs. I tried changing watch to false here, but pm2 show backend_pm2 | grep "watch & reload" | cat still shows that │ watch & reload │ ✔ . Interestingly, each time when I save changes on the aapanel's node manager tab, watch is overwritten to true in this cjs file.
Any help would be appreciated!