OpenAPI specs through Nitro
I'm trying to set up OpenAPI specs generation through Nitro but when I open
I'm trying to resolve this by specifying the version in
But
How do I correctly generate the specs?
http://localhost:3000/_nitro/swagger I get stuck at:I'm trying to resolve this by specifying the version in
nuxt.config.ts as:But
openAPI at root level gives type error:http://localhost:3000/_nitro/openapi.json lists all the endpoints and starts with:How do I correctly generate the specs?