{
"framework": "nextjs",
"buildCommand": "npm run build",
"devCommand": "npm run dev",
"installCommand": "npm install",
"functions": {
"app/api/**/*.ts": {
"maxDuration": 60
}
},
"env": {
"NODE_ENV": "production"
},
"regions": ["iad1"]
}