{ "$schema": "https://openapi.vercel.sh/vercel.json", "framework": "vite", "buildCommand": "pnpm run build:web", "outputDirectory": "dist", "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ] }