module.exports = { apps: [ { name: 'nuxt4-10584', cwd: __dirname, script: '.output/server/index.mjs', interpreter: 'node', node_args: ['--import', './scripts/crypto-hash-polyfill.mjs'], env: { NODE_ENV: 'production', NITRO_HOST: '0.0.0.0', NITRO_PORT: 10584, PORT: 10584, }, }, ], }