Files

12 lines
387 B
JSON
Raw Permalink Normal View History

2025-05-09 01:42:28 +09:00
{
"$schema": "https://openapi.vercel.sh/vercel.json",
2025-05-21 22:35:26 +09:00
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/wallet ./",
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
2025-09-10 16:17:47 +09:00
"buildCommand": "turbo run build --cwd ../../ --filter=./apps/api...",
"functions": {
"app/api/**/*": {
"maxDuration": 800
}
}
2025-05-09 01:42:28 +09:00
}