diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index 7e562461df..2c7bb46719 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -38,9 +38,9 @@ It respects the following runtime environment variables: [PM2](https://pm2.keymetrics.io/) (Process Manager 2) is a fast and easy solution for hosting your Nuxt application on your server or VM. -To use `pm2`, use an `ecosystem.config.js`: +To use `pm2`, use an `ecosystem.config.cjs`: -```ts [ecosystem.config.js] +```ts [ecosystem.config.cjs] module.exports = { apps: [ {