Files
calendar/apps/web/vercel.json
T

9 lines
113 B
JSON

{
"crons": [
{
"path": "/api/cron/calendar-cache-cleanup",
"schedule": "0 5 * * *"
}
]
}