automatic update cron implementation, vercel cron, type guards

This commit is contained in:
2024-12-31 19:34:34 -06:00
parent c3997a1df5
commit ef44d6c1ba
6 changed files with 430 additions and 12 deletions

8
vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"crons": [
{
"path": "/api/cron/updated",
"schedule": "7 */2 * * *"
}
]
}