Move Supabase files and scripts to archive, cleanup legacy code
This commit is contained in:
@@ -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분
|
||||
|
||||
Reference in New Issue
Block a user