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

5
archive/scripts/Support Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "스크립트 실행 시작: $(date)"
echo "스크립트 경로: $0"
echo "스크립트 실행 완료: $(date)"
exit 0