{ "buildCommand": "npm run build", "installCommand": "npm install", "framework": "nextjs", "functions": { "src/app/api/**/*.ts": { "maxDuration": 30 } }, "env": { "NEXT_LINT_IGNORE_ERRORS": "true", "NEXT_TYPESCRIPT_IGNORE_ERRORS": "true" } }