{ "$schema": "https://openapi.vercel.sh/vercel.json", "bunVersion": "1", "installCommand": "bun install", "functions": { "api/**/*.ts": { "runtime": "bun" } } }