From 9a8b03ab792801915f2e30474b8293b4202547c5 Mon Sep 17 00:00:00 2001 From: dschom Date: Thu, 18 Jul 2024 14:36:14 -0700 Subject: [PATCH] bug(scripts): Not all ports were listed Because: - Two more ports were need to debug android This Commit: - Adds 8290 for graphql - Adds 3000 for react app --- _scripts/ports.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_scripts/ports.txt b/_scripts/ports.txt index 3f7549fa43..3618a2b641 100644 --- a/_scripts/ports.txt +++ b/_scripts/ports.txt @@ -16,3 +16,5 @@ 3031 # payments server 7100 # support admin panel 8002 # pushbox +3000 # react app +8290 # graphql api