docs: update pm2 start script (#1741)

This commit is contained in:
liaohongxing 2021-11-05 23:37:32 +08:00 committed by GitHub
parent 5a27db7947
commit 104d3e3fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ module.exports = {
name: 'NuxtAppName', name: 'NuxtAppName',
exec_mode: 'cluster', exec_mode: 'cluster',
instances: 'max', instances: 'max',
script: './.output/server/index.js' script: './.output/server/index.mjs'
} }
] ]
} }