Pipeline completo: URL → Whisper → GPT-4o → pgvector → Supabase Frontend Vue 3 + Tailwind, Backend Express + Vercel serverless functions
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"buildCommand": "cd frontend && npm install && npm run build",
|
|
"outputDirectory": "frontend/dist",
|
|
"functions": {
|
|
"api/**/*.js": { "maxDuration": 60 }
|
|
},
|
|
"rewrites": [
|
|
{ "source": "/:path*", "destination": "/index.html" }
|
|
]
|
|
}
|