Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: update pm2 start script (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohongxing authored Nov 5, 2021
1 parent 5a27db7 commit 104d3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.docs/3.deployment/5.pm2.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
name: 'NuxtAppName',
exec_mode: 'cluster',
instances: 'max',
script: './.output/server/index.js'
script: './.output/server/index.mjs'
}
]
}
Expand Down

0 comments on commit 104d3e3

Please sign in to comment.