Restauração do código oficial do GPI-JWT-V3

This commit is contained in:
2026-03-18 21:55:33 +00:00
commit 405d121b0e
208 changed files with 38123 additions and 0 deletions

18
vercel.json Normal file
View File

@@ -0,0 +1,18 @@
{
"version": 2,
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/api/index.ts"
},
{
"source": "/((?!api/).*)",
"destination": "/index.html"
}
],
"functions": {
"api/index.ts": {
"includeFiles": "src/server/**"
}
}
}