fix: correct frontend serve port to match nginx proxy target (4173)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Tengku Achmad 2026-08-04 00:30:18 +07:00
parent 975f26be59
commit ed431947c1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
name : "frontend-midtrans-prod", name : "frontend-midtrans-prod",
interpreter: "none", interpreter: "none",
script : "serve", script : "serve",
args : "-s dist -p 3000", args : "-s dist -p 4173",
exec_mode : "fork", exec_mode : "fork",
} }
] ]