Skip to content

Commit

Permalink
docs: use .cjs extension for ecosystem.config (#25459)
Browse files Browse the repository at this point in the history
  • Loading branch information
caporalCode committed Jan 27, 2024
1 parent 1338414 commit a7afd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.getting-started/10.deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit a7afd77

Please sign in to comment.