1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 14:24:26 -04:00
Files
hoot/vercel.json

16 lines
272 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"build": {
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1",
"PUPPETEER_SKIP_DOWNLOAD": "1"
}
},
"crons": [
{
"path": "/api/cron/blob-prune",
"schedule": "0 3 * * *"
}
]
}