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" }
|
||
|
|
]
|
||
|
|
}
|