sql-repair-env / frontend /vercel.json
krishpotanwar's picture
feat(frontend): add SQL command center UI
f86ef5b
raw
history blame contribute delete
215 Bytes
{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "https://krishpotanwar-disaster-relief-env.hf.space/$1"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}