add `vercel.json` to silence PR comments

This commit is contained in:
Jeffrey Morgan 2023-07-09 19:58:43 -07:00
parent a18e6b3a40
commit 20dae6b38f
1 changed files with 5 additions and 0 deletions

5
web/vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}