Files
excalidraw/dev-docs/vercel.json

11 lines
158 B
JSON

{
"git": {
"deploymentEnabled": {
"master": true,
"**": false
}
},
"outputDirectory": "build",
"installCommand": "yarn install"
}