module.exports = { apps: [ { name: 'video-downloader-worker', script: 'node_modules/tsx/dist/cli.mjs', args: 'worker/index.ts', cwd: __dirname, autorestart: true, max_restarts: 10, restart_delay: 5000, env: { NODE_ENV: 'production', }, }, ], }