Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
We're having some large issues with AWS's Application Load Balancer and Nuxt 3, it seems to stem from node's default of 5s keepAliveTimeout.
"scripts": {
"build": "nuxt build && echo 'server.keepAliveTimeout = 35000;server.headersTimeout = 36000;' >> .output/server/chunks/runtime.mjs"}}