swagger-ui and @hono/zod-openapi mismatch
Hello,
I'm trying to make the swagger-ui middleware work with the @hono/zod-openapi package. It does work when I run my project but I get this deno-ts error in VS code and I wondered if it was possible to solve it?
Thanks for your help 🙏
2 Replies
try -> app.get("/ui", swaggerUI({ url: "/api/docs" }));
i tried it unfortunately didn't change anything 🙁