Daniel Roe
Daniel Roe
- [x] namespace access to `useNuxtApp('app-name')` - probably defaulting to `buildID` - [x] move global variables into namespace and add compatibility layer for users not using multi-app (https://github.com/nuxt/nuxt/issues/25336) - [...
### 🔗 Linked issue ### 📚 Description This adds a guide for Nuxt 4 with information about how to test it and migrate to it (for the features that have...
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/26960 resolves https://github.com/nuxt/nuxt/issues/24224 ### 📚 Description In line with [this suggestion](https://github.com/unjs/nitro/pull/2404#issuecomment-2086887658), this PR adds two new Kit utilities: * `useRuntimeConfig` - this allows accessing `nuxt.options.nitro.runtimeConfig`,...
This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...
This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...
We are planning to move to [emitting absolute paths in `builder:watch` in Nuxt v4](https://github.com/nuxt/nuxt/issues/25339). You can see a little more about the history in the PR linked in that issue....
This is a very early PR to make this module compatible with [changes we expect to release in Nuxt v5](https://github.com/nuxt/nuxt/issues/25323). In [Nuxt v3.7.0](https://github.com/nuxt/nuxt/releases/tag/v3.7.0) we added support for `import.meta.*` (see [original...
This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...