Files
vercel__workflow/.changeset/nitro-webhook-rule-pattern-fix.md
Rihan Arfan c1242e8dc5 [nitro] Use nitro v3 functionRules for workflow routes (#1575)
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: Peter Wielander <peter.wielander@vercel.com>
2026-05-20 08:34:45 +00:00

337 B

@workflow/nitro
@workflow/nitro
patch

Match the webhook functionRules key (:token) to the handler route on Nitro v3 Vercel deploys so the runtime override is applied to the real webhook/[token].func instead of generating a duplicate webhook/[...].func. Also propagate workflow.runtime to the public manifest route for consistency.