From 5cf984c433e8a62d41243c20b364f016fae4fa6e Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 19 Feb 2026 17:46:50 -0300 Subject: [PATCH] chore(taskfile): add task to update vercel --- Taskfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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