```javascript module.exports = { apps: [ { name: "ag-beats", script: "npm", args: "start", cwd: "/usr/src/app/ag-beats", } ] }; ```