Files
openwork/services/openwork-share/vercel.json
ben 7aee26fea9 feat(ui): share and install skills by link (#577)
* feat(ui): share and install skills by link

* feat(share): add Vercel Blob publisher service
2026-02-15 17:47:32 -08:00

8 lines
198 B
JSON

{
"rewrites": [
{ "source": "/health", "destination": "/api/health" },
{ "source": "/b/(.*)", "destination": "/api/b/$1" },
{ "source": "/v1/(.*)", "destination": "/api/v1/$1" }
]
}