mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: add port example in ecosystem.config
(#10076)
This commit is contained in:
parent
72b055bc32
commit
cb607b84ad
@ -53,6 +53,7 @@ module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'NuxtAppName',
|
||||
port: '3000',
|
||||
exec_mode: 'cluster',
|
||||
instances: 'max',
|
||||
script: './.output/server/index.mjs'
|
||||
|
Loading…
Reference in New Issue
Block a user