diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..55a915e4 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "github": { + "silent": true, + "autoJobCancelation": true + } +}