Skip to content

Commit 66881f4

Browse files
committed
add cron schedule
1 parent ca865a5 commit 66881f4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"crons": [
4+
{
5+
"path": "/api/cron",
6+
"schedule": "0 17 * * *"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)