Files
Generadordeguiones/vercel.json

11 lines
248 B
JSON
Raw Normal View History

{
"buildCommand": "cd frontend && npm install && npm run build",
"outputDirectory": "frontend/dist",
"functions": {
"api/**/*.js": { "maxDuration": 60 }
},
"rewrites": [
{ "source": "/:path*", "destination": "/index.html" }
]
}