CoolFace
Apppublic

RentCalc-validation/RentCalc.com

sourceHugging Faceupdated 8mo agoView on Hugging Face
1likes
vercel.json11 linesDownload Raw Back to root
1{2    "buildCommand": "npm run build",3    "outputDirectory": "dist",4    "framework": "vite",5    "rewrites": [6        {7            "source": "/api/:path*",8            "destination": "/api/:path*"9        }10    ]11}