Heb

Results 257 comments of Heb

@beaudryj If you are confident that there's a bug, I recommend that you open an issue in the Nuxt repository with a minimal reproduction attached.

There's 2 PR Open for `lambda-edge`, but they are not the same. We could create 2 different presets, `lambda-edge` and `lambda-edge-cdk` https://github.com/unjs/nitro/pull/1075 => `lambda-edge` https://github.com/unjs/nitro/pull/240 => `lambda-edge-cdk` Both preset should...

> Hello, I can see that this development has been stopped for a while. Is there any intention to finish it? I wanted to submit a PR for this, but...

Referencing these upstream issue and PR : https://github.com/serverless-stack/sst/issues/2314 https://github.com/serverless-stack/sst/pull/2989 Working demo by @jdevdevdev Linking https://github.com/serverless-stack/sst/issues/2314#issuecomment-1596223785

closing in favour of https://github.com/unjs/nitro/issues/1370 The emulators issue is tracked there : https://github.com/unjs/nitro/issues/628 The new issue has working instructions that will be added to the documentation shortly.

I believe this is possible with routeRules and `prerender:false` : `routeRules: { '/articles/**': { prerender: false } }`

closing in favour of https://github.com/unjs/nitro/issues/1370 The new issue has working instructions that will be added to the documentation shortly.

Closing as this landed with https://github.com/unjs/nitro/pull/681

As a workaround, you should be able to use rollup replace to rename your functions, see https://github.com/unjs/nitro/issues/1369 and #1257 ```ts export default defineNuxtConfig({ /* Other config options */ nitro: {...

Looks like we could use https://github.com/ardatan/whatwg-node to support stream everywhere easily (or improve unenv/node-native-fetch)