Commit eb482880 authored by Rais Aryaguna's avatar Rais Aryaguna

fix: update PM2 serve port from 9021 to 9030 in ecosystem configuration

parent 35b40fb3
...@@ -6,7 +6,7 @@ module.exports = { ...@@ -6,7 +6,7 @@ module.exports = {
args: '--spa', args: '--spa',
env: { env: {
PM2_SERVE_PATH: 'dist', PM2_SERVE_PATH: 'dist',
PM2_SERVE_PORT: 9021, PM2_SERVE_PORT: 9030,
PM2_SERVE_SPA: true, PM2_SERVE_SPA: true,
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment