Logo
Explore Help
Sign In
Hanzo_Dev/Generadordeguiones
1
0
Fork 0
You've already forked Generadordeguiones
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
fe2b8f5131f96d3f61845bae52ca4fa33b79e108
Generadordeguiones/vercel.json

12 lines
311 B
JSON
Raw Normal View History

Initial commit — Sistema Generador de Guiones V4.0 Pipeline completo: URL → Whisper → GPT-4o → pgvector → Supabase Frontend Vue 3 + Tailwind, Backend Express + Vercel serverless functions
2026-03-28 16:02:59 -05:00
{
"buildCommand": "cd frontend && npm install && npm run build",
"outputDirectory": "frontend/dist",
"functions": {
"api/**/*.js": { "maxDuration": 60 }
},
"rewrites": [
fix: corregir routing de Vercel y validar variables de entorno de Supabase - vercel.json: rewrite explícito para /api/* evita que el catch-all SPA intercepte las serverless functions - supabase.js: lanza error claro si SUPABASE_URL o SUPABASE_SERVICE_ROLE_KEY no están definidas Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 19:30:46 -05:00
{ "source": "/api/(.*)", "destination": "/api/$1" },
{ "source": "/((?!api/).*)", "destination": "/index.html" }
Initial commit — Sistema Generador de Guiones V4.0 Pipeline completo: URL → Whisper → GPT-4o → pgvector → Supabase Frontend Vue 3 + Tailwind, Backend Express + Vercel serverless functions
2026-03-28 16:02:59 -05:00
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2+17-g68fcdb6122 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API