PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
lib
/
templates
/
sample-apps
/
pm2-plus-metrics-actions
module.exports = { apps : [{ name: 'Custom Metrics', script: 'custom-metrics.js', env: { NODE_ENV: 'development' }, env_production: { NODE_ENV: 'production' } }] };
[+]
..
[-] package.json
[edit]
[-] custom-metrics.js
[edit]
[-] ecosystem.config.js
[edit]
[-] README.md
[edit]