mirror of
https://github.com/status-im/status-web.git
synced 2025-01-14 14:46:02 +00:00
12428280cf
* env * vercel.json * u * global * ignore * preview * vercel * turbo * fix turbo * rm TAMAGUI_DISABLE_WARN_DYNAMIC_LOAD * use globaThis
12 lines
403 B
JSON
12 lines
403 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"git": {
|
|
"deploymentEnabled": {
|
|
"main": false
|
|
}
|
|
},
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,components,icons,status-js} ./",
|
|
"installCommand": "yarn install --cwd ../../ --frozen-lockfile",
|
|
"buildCommand": "turbo run build --cwd ../../ --filter=web..."
|
|
}
|