Files
ag-beats/ecosystem.config.js
2025-12-20 21:41:03 +02:00

12 lines
167 B
JavaScript

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