mirror of
https://github.com/status-im/status-web.git
synced 2026-08-30 13:51:13 +00:00
12 lines
387 B
JSON
12 lines
387 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/wallet ./",
|
|
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
|
|
"buildCommand": "turbo run build --cwd ../../ --filter=./apps/api...",
|
|
"functions": {
|
|
"app/api/**/*": {
|
|
"maxDuration": 800
|
|
}
|
|
}
|
|
}
|