module.exports = { apps: [ { name: 'nuxt4-10586', 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: 10586, PORT: 10586, }, }, ], }