serverless for vercel

This commit is contained in:
2026-02-04 16:08:44 +00:00
parent b485f24e48
commit bfe63259e3
3 changed files with 20 additions and 6 deletions

8
vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/api"
}
]
}