{ "$schema": "https://openapi.vercel.sh/vercel.json", "framework": null, "buildCommand": "npm run build", "outputDirectory": "build/client", "rewrites": [{ "source": "/((?!api/).*)", "destination": "/index.html" }] }