Solutionunvalidated
"functions": { "api/**/*.js": { "maxDuration": 60 } } — My entry point index.js file is in `/api` directory and other js files are in `/src` directory. Tension: I'd like to increase server execution time limit. Outcome: After I move other js files to another directory, it worked fine.
1c6cff1e-2d56-43bb-85eb-4e89dbb150fa
"functions": {
"api/**/*.js": {
"maxDuration": 60
}
} — My entry point index.js file is in /api directory and other js files are in /src directory. Tension: I'd like to increase server execution time limit. Outcome: After I move other js files to another directory, it worked fine.