From cb607b84ad377125e3ccec6a716417a61256ed6d Mon Sep 17 00:00:00 2001 From: Elzodxon Sharofaddinov <52325239+elzodxon@users.noreply.github.com> Date: Thu, 19 Jan 2023 17:00:39 +0500 Subject: [PATCH] docs: add port example in `ecosystem.config` (#10076) --- docs/content/1.docs/1.getting-started/10.deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/1.docs/1.getting-started/10.deployment.md b/docs/content/1.docs/1.getting-started/10.deployment.md index b664dbdc4d..dceb3f4f0c 100644 --- a/docs/content/1.docs/1.getting-started/10.deployment.md +++ b/docs/content/1.docs/1.getting-started/10.deployment.md @@ -53,6 +53,7 @@ module.exports = { apps: [ { name: 'NuxtAppName', + port: '3000', exec_mode: 'cluster', instances: 'max', script: './.output/server/index.mjs'