Upload at 2026-01-01T08:47:21Z

This commit is contained in:
Nomo Bot
2026-01-01 08:47:21 +00:00
commit d3a7b704ed
36 changed files with 10277 additions and 0 deletions

13
vercel.json Normal file
View File

@@ -0,0 +1,13 @@
{
"functions": {
"src/app/api/*/route.ts": {
"maxDuration": 30
}
},
"rewrites": [
{
"source": "/api/:path*",
"destination": "/api/:path*"
}
]
}