chore: disable automatic deployment on vercel

This commit is contained in:
Abhishek Kumar 2026-07-18 14:58:59 +05:30
parent 3ab3ded674
commit f635abb312

5
ui/vercel.json Normal file
View file

@ -0,0 +1,5 @@
{
"git": {
"deploymentEnabled": false
}
}