diff --git a/Taskfile.yaml b/Taskfile.yaml index c12138253d085cf36966fb382ff7864a4ead77fa..0e758b384ee73a0fb77f14e9c539faa0277a8d62 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -86,3 +86,8 @@ tasks: desc: Generate synthetic provider configurations cmds: - go run cmd/synthetic/main.go + + gen:vercel: + desc: Generate vercel provider configurations + cmds: + - go run cmd/vercel/main.go