Files
fullstack-portfolio/vercel.json

8 lines
98 B
JSON

{
"cron": [
{
"path": "/api/cron/publish",
"schedule": "*/5 * * * *"
}
]
}