mirror of
https://github.com/vee1e/isscope.git
synced 2026-09-01 10:48:36 +00:00
13 lines
203 B
JSON
13 lines
203 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"github": {
|
|
"silent": true
|
|
},
|
|
"git": {
|
|
"deploymentEnabled": {
|
|
"*": false,
|
|
"main": true,
|
|
"master": true
|
|
}
|
|
}
|
|
}
|