feat: vercel cron

This commit is contained in:
shinya
2025-07-25 19:19:27 +08:00
parent e4c0fe690f
commit 2553c0d7b0

View File

@@ -9,5 +9,11 @@
}
]
}
],
"crons": [
{
"path": "/api/cron",
"schedule": "3 * * * *"
}
]
}