Scrum4Me/vercel.json

13 lines
255 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"crons": [
{
"path": "/api/cron/expire-questions",
"schedule": "0 4 * * *"
},
{
"path": "/api/cron/cleanup-agent-artifacts",
"schedule": "0 3 * * *"
}
]
}