module.exports = { apps: [ { name: "censo-dev", cwd: "/var/www/html/front/pruebas/censo", script: "node_modules/next/dist/bin/next", args: "start", interpreter: "/home/deploy/.nvm/versions/node/v22.21.1/bin/node", env: { NODE_ENV: "production", PORT: 3366, HOSTNAME: "0.0.0.0", }, autorestart: true, watch: false, min_uptime: "10s", max_restarts: 10, restart_delay: 3000, time: true, }, ], };