fix: 修改

This commit is contained in:
speakeloudest 2025-07-27 03:02:25 -07:00
parent 1dcb77a263
commit 067ffca1e6

View File

@ -9,8 +9,8 @@ mkdir -p $OUT_DIR
# Declare an array of projects to build # Declare an array of projects to build
PROJECTS=( PROJECTS=(
"ppanel-admin-web:apps/admin:3001" "ppanel-admin-web:apps/admin:3000"
"ppanel-user-web:apps/user:3002" "ppanel-user-web:apps/user:3001"
) )
# Step 1: Install dependencies # Step 1: Install dependencies