From 067ffca1e6b6f3c98347777f29a806b096aed720 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sun, 27 Jul 2025 03:02:25 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 747543f..dd89791 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -9,8 +9,8 @@ mkdir -p $OUT_DIR # Declare an array of projects to build PROJECTS=( - "ppanel-admin-web:apps/admin:3001" - "ppanel-user-web:apps/user:3002" + "ppanel-admin-web:apps/admin:3000" + "ppanel-user-web:apps/user:3001" ) # Step 1: Install dependencies