To start sailsjs in production mode you append --prod.
--prod
Run: node app.js --prod
node app.js --prod
I\'m using PM2 and a simple json file for settings,
According to the official document you can do it like this:
pm2 start app.js -x --prod