This commit is contained in:
dohyeons
2025-10-23 17:26:10 +09:00
233 changed files with 30855 additions and 8759 deletions

View File

@@ -4,6 +4,13 @@ echo "============================================"
echo "WACE 솔루션 - 전체 서비스 시작 (분리형) - Linux"
echo "============================================"
echo ""
echo "🔄 최신 코드 가져오기..."
echo ""
git pull origin main || {
echo "❌ Git pull 실패. 계속 진행합니다..."
}
echo ""
echo "🚀 백엔드와 프론트엔드를 순차적으로 시작합니다..."
echo ""