19 lines
370 B
JavaScript
19 lines
370 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: 'nuxt4-10588',
|
|
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: 10588,
|
|
PORT: 10588,
|
|
},
|
|
},
|
|
],
|
|
}
|
|
|