feat: implement iTunes API for release year detection and bulk refresh

This commit is contained in:
Hördle Bot
2025-11-24 14:23:07 +01:00
parent cd30476349
commit 3309b5c5ee
6 changed files with 242 additions and 10 deletions

View File

@@ -7,10 +7,7 @@ echo "Starting deployment..."
echo "Running database migrations..."
npx prisma migrate deploy
# Run release year migration (only if not already done)
# Run release year migration (idempotent, skips if all done)
echo "Running release year migration check..."
node scripts/migrate-release-years.mjs
# Start the application
echo "Starting application..."