module.exports = { apps: [ { script: "dist/server.js", name: "MediaServer", exec_mode: "cluster", instances: 0, cron_restart: "30 8 * * *", env: { NODE_ENV: "production" } } ] };