mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: use .cjs
extension for ecosystem.config
(#25459)
This commit is contained in:
parent
13384149f7
commit
a7afd77a30
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user