docs: use .cjs extension for ecosystem.config (#25459)

This commit is contained in:
Rivaland TAWOUAFO NGUTE 2024-01-27 22:56:28 +01:00 committed by GitHub
parent 13384149f7
commit a7afd77a30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: [
{