feat: add cron to refresh records and favorites

This commit is contained in:
shinya
2025-07-03 12:55:16 +08:00
parent 038f94fa9b
commit 0585d36cad
6 changed files with 154 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
"@cloudflare/next-on-pages": "^1.13.12",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@upstash/redis": "^1.25.0",
"@vidstack/react": "^1.12.13",
"clsx": "^2.0.0",
"framer-motion": "^12.18.1",
@@ -32,15 +33,15 @@
"next": "^14.2.23",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"node-cron": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"redis": "^4.6.7",
"swiper": "^11.2.8",
"tailwind-merge": "^2.6.0",
"vidstack": "^0.6.15",
"@upstash/redis": "^1.25.0",
"zod": "^3.24.1",
"redis": "^4.6.7"
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^16.3.0",