Files
vercel__workflow/workbench/example/vercel.json
2026-02-06 16:57:11 -08:00

16 lines
258 B
JSON

{
"rewrites": [
{
"source": "/api/webhook/:webhookId",
"destination": "/api/webhook"
},
{
"source": "/api/:provider/webhook",
"destination": "/api/webhook"
}
],
"env": {
"WORKFLOW_PUBLIC_MANIFEST": "1"
}
}