deckhearth/vercel.json

15 lines
221 B
JSON
Raw Normal View History

{
"framework": "nextjs",
"crons": [
{
"path": "/api/cron/sync-catalog",
"schedule": "0 6 * * 1"
}
],
"functions": {
"pages/api/cron/sync-catalog.js": {
"maxDuration": 300
}
}
}