mcp-ui-kit/vercel.json

11 lines
166 B
JSON

{
"version": 2,
"buildCommand": "npm run build",
"rewrites": [
{
"source": "/(.*)",
"destination": "/packages/demo-server/index.ts"
}
]
}