feat(website): sneaky sneaky 2

This commit is contained in:
iCrawl
2023-03-24 01:54:21 +01:00
parent 71eba0e1b2
commit 3bd76078e1
8 changed files with 50 additions and 1 deletions

8
apps/website/vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"crons": [
{
"path": "/api/cron",
"schedule": "0 0 * * 3"
}
]
}