Move Supabase files and scripts to archive, cleanup legacy code

This commit is contained in:
hansoo
2025-05-05 18:04:32 +09:00
parent 8efa986ed5
commit 61492549f6
20 changed files with 14 additions and 303 deletions

View File

@@ -12,9 +12,11 @@ YELLOW='\033[1;33m'
RED='\033[0;31m'
NC='\033[0m' # No Color
# 로그 파일 설정
LOG_FILE="app_build.log"
ERROR_LOG_FILE="app_error.log"
# 로그 파일 설정 (log 폴더로 이동)
LOG_DIR="log"
mkdir -p "$LOG_DIR"
LOG_FILE="$LOG_DIR/app_build.log"
ERROR_LOG_FILE="$LOG_DIR/app_error.log"
# 타임아웃 설정 (초 단위)
BUILD_TIMEOUT=600 # 10분