From a7afd77a30b70bb3413d73e391b7b0b6fad8a46f Mon Sep 17 00:00:00 2001 From: Rivaland TAWOUAFO NGUTE <86080547+caporalCode@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:56:28 +0100 Subject: [PATCH] docs: use `.cjs` extension for `ecosystem.config` (#25459) --- docs/1.getting-started/10.deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [ {