Reorganize and enhance scripts with improved startup and configuration tools

This commit is contained in:
courtmanr@gmail.com
2025-03-12 10:11:44 +00:00
parent f325184523
commit 47d28bc2ac
28 changed files with 2801 additions and 185 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ RED='\033[0;31m'
NC='\033[0m' # No Color
# Port configuration
MOCK_PORT=7655
PROXY_PORT=7656
FRONTEND_PORT=3000
MOCK_PORT=7656
PROXY_PORT=7657
FRONTEND_PORT=7654
echo -e "${BLUE}"
echo "╔════════════════════════════════════════════════════════════╗"