mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 19:48:27 +00:00
21 lines
439 B
JSON
21 lines
439 B
JSON
|
{
|
||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||
|
"git": {
|
||
|
"deploymentEnabled": {
|
||
|
"main": false,
|
||
|
"master": false
|
||
|
}
|
||
|
},
|
||
|
"github": {
|
||
|
"silent": false,
|
||
|
"autoJobCancelation": true
|
||
|
},
|
||
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD vercel.json ./package.json ./packages/contracts/package.json ./packages/contracts/contracts ./packages/DApp",
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "/(.*)",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
]
|
||
|
}
|