caainp-backend / vercel.json
windopper
update dependencies in requirements.txt and uv.lock for caainp-cvm and torch, modify .vercelignore to exclude uv-related files, and refactor server.py by removing unused uuid import
a78c144
raw
history blame contribute delete
74 Bytes
{
"rewrites": [
{ "source": "/(.*)", "destination": "/api" }
]
}