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": [
|
2026-03-29 19:30:46 -05:00
|
|
|
{ "source": "/api/(.*)", "destination": "/api/$1" },
|
|
|
|
|
{ "source": "/((?!api/).*)", "destination": "/index.html" }
|
2026-03-28 16:02:59 -05:00
|
|
|
]
|
|
|
|
|
}
|