Vercel's eigen Git-integratie uitzetten zodat de GitHub Actions workflow de enige bron van deploy-truth wordt. Plus labels skip-deploy en force-deploy aangemaakt voor selectieve controle in volgende taken. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"git": { "deploymentEnabled": false },
|
|
"crons": [
|
|
{
|
|
"path": "/api/cron/expire-questions",
|
|
"schedule": "0 4 * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/cleanup-agent-artifacts",
|
|
"schedule": "0 3 * * *"
|
|
}
|
|
]
|
|
}
|