Files
2025-09-10 16:17:47 +09:00

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
}
}
}