Wind
Wind
Great developments! While working on these, it would be beneficial to check out the libraries in [unjs](https://github.com/unjs). You should especially build systems on top of [unbuild](https://github.com/unjs/unbuild) and [jiti](https://github.com/unjs/jiti).
``` import { createMergedSchema } from '../../../../../../../../../dist/internal/index.js'; ``` Interestingly, this also happens when building monorepo nitro modules.
Where exactly are these tests ?
https://github.com/productdevbook/nitro-graphql It integrates much better into the system if they set this up for Nuxt or Nitro. If there is a way to add this to the documents, I strongly...
Additionally, vite beta support is also available. https://github.com/productdevbook/vite-nitro-graphql Rolldown: https://github.com/productdevbook/vite-nitro-graphql/tree/rolldown
When I build nitro, some npm packages I don't want are integrated in this build, I also need to update and merge remote config settings.
I can open a pr if you want ?
this is the direct func ready version but I don't want to make it ready right away. I don't want createMergedSchema to be created until the event is fired. you...
there must be a structure in the back that is somehow compatible with this, I need to createServer when the request comes
the back will look like this. ```ts return eventHandler({ handler: async (event) => { const apolloServer = typeof server === 'function' ? server() : server apolloServer.startInBackgroundHandlingStartupErrorsByLoggingAndFailingAllRequests() ```