mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
docs: update pm2 start script (#1741)
This commit is contained in:
parent
5a27db7947
commit
104d3e3fce
@ -47,7 +47,7 @@ module.exports = {
|
|||||||
name: 'NuxtAppName',
|
name: 'NuxtAppName',
|
||||||
exec_mode: 'cluster',
|
exec_mode: 'cluster',
|
||||||
instances: 'max',
|
instances: 'max',
|
||||||
script: './.output/server/index.js'
|
script: './.output/server/index.mjs'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user