chore(taskfile): add task to update vercel

Andrey Nering created

Change summary

Taskfile.yaml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

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