chore(vercel): prevent deployment on v3 branch

This commit is contained in:
Benjamin Canac
2024-09-05 16:24:42 +02:00
parent eb85fa8353
commit 0b7a724d5f

View File

@@ -1,4 +1,9 @@
{ {
"git": {
"deploymentEnabled": {
"v3": false
}
},
"github": { "github": {
"silent": true "silent": true
}, },