docs: add port example in ecosystem.config (#10076)

This commit is contained in:
Elzodxon Sharofaddinov 2023-01-19 17:00:39 +05:00 committed by GitHub
parent 72b055bc32
commit cb607b84ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ module.exports = {
apps: [
{
name: 'NuxtAppName',
port: '3000',
exec_mode: 'cluster',
instances: 'max',
script: './.output/server/index.mjs'