Viewing File: /home/ubuntu/.nvm/versions/node/v16.20.2/lib/node_modules/pm2/lib/templates/ecosystem-simple-es.tpl

const config = {
  apps : [{
    name   : "app1",
    script : "./app.js"
  }]
}

export default config;
Back to Directory File Manager