FairValue
feat: production web app — React/Vite frontend + FastAPI backend with Render/Vercel deployment
b72652e
raw
history blame contribute delete
80 Bytes
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}