- [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) - [ ] investigate dev-time multi-app support - [ ] add module federation demo/fixture to monorepo - [ ] investigate nitro integration for deployment/orchestration - [ ] add nuxt 'host' support for coordinating 'child' apps, components, or other code that needs to run in a nuxt context
useNuxtApp('app-name')- probably defaulting tobuildIDwindow.__NUXT__once app initialises #25336)