vercel.json 182 B

12345
  1. {
  2. "$schema": "https://openapi.vercel.sh/vercel.json",
  3. "ignoreCommand": "../../vercel-ignore.sh",
  4. "buildCommand": "turbo run build:vercel --filter @pythnetwork/api-reference"
  5. }