Skip to content

Commit

Permalink
feat(vercel) Setting cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Jun 9, 2024
1 parent 0800ea2 commit 917ad74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,9 @@
"destination": "/docs/guide/recipes/custom-routing",
"permanent": false
}
]
],
"crons": [{
"path": "/api/cron",
"cron": "0 * * * *"
}]
}

0 comments on commit 917ad74

Please sign in to comment.