stack/apps/backend/vercel.json
Konstantin Wohlwend 4757458685 Update vercel.json
2025-12-16 12:02:11 -08:00

13 lines
223 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"crons": [
{
"path": "/api/latest/internal/email-queue-step",
"schedule": "* * * * *"
}
],
"github": {
"autoJobCancelation": false
}
}