Soviut
Soviut
@souvikinator it would also be nice if the `n2m.convert()` function returned an object of some sort. Perhaps if you supply no exporter it just exports an object with the page...
@nielsvanvelzen how are you manually adding a newer version of unplugin?
> Just install it as an additional dependency in your project: `npm i -D unplugin@latest`. Thanks, that did help with type errors in the console on startup. I was still...
@luksch42 thanks, I figured something like this was possible. This definitely should be added to the documentation. Once I've had a little time to play with this I'll probably make...
@luksch42 This worked great. I can see the securitySchemes in the document. Also, their usage in the routes is working in my frontend generator; it recognizes the routes require an...
@yusukebe When I create docs for this I was thinking I'd break it into two seconds. The first section would just explain how to use `app.openAPIRegistry` to register components. The...
@patrick-schneider-latori it would be good if you could post your solution or even make a PR with your changes.
I've added the PR here https://github.com/honojs/hono/pull/3707 and a docs update here https://github.com/honojs/website/pull/540
@ilmeskio did you ever create that ticket? If so, can you link it here?
> The ideal is using the `3`, to access the envs unified method, though I'm not sure it can since I've never tried. 3 is what I've been trying to...