{ "buildCommand": "pnpm build", "outputDirectory": "dist", "installCommand": "pnpm install --frozen-lockfile", "framework": "vite", "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] }