Daniel Roe

Results 2592 comments of Daniel Roe

Looking into this, this is not an issue with Nuxt, but is coming from Vite's import analysis plugin. Here's a pure Vite reproduction - https://stackblitz.com/edit/github-kurrn8 - download that on Windows...

Have you tried setting `provider: 'vercel'` in your image config?

Would you add some snapshot tests to cover these changes? :pray:

This sounds like a Vue issue rather than with Bridge. Would you provide a minimal reproduction? 🙏

@MartinX3 That indicates an old version of `unctx`. You can run `yarn upgrade unctx` or otherwise upgrade your lockfile.

You can do this with `--host` and `--port` arguments passed to nuxi: see https://v3.nuxtjs.org/api/commands/dev#nuxi-dev.

There are reasons with nitro that we need them before the nuxt config is read - for now, you'll need to specify them either in your `.env` file or on...

Oh, interesting. This may be an issue with the Nuxt types in that case.

Not checked in great detail, but when you are setting a cookie on an event, it sets it on the response. When you are _reading_ cookies on the event, it...

Sorry, understood!