Yusuke Wada
Yusuke Wada
Hi @rengechan Hmm. I've tried, but I can't reproduce it. Could you share a minimal project to reproduce it?
Hi @ibnumusyaffa Thank you for creating the issue. You can do what you want to do with the following code: ```ts app.get( "/static/*", serveStatic({ root: "./storage", rewriteRequestPath: (path: string) =>...
@eknkc Thanks for merging.
Hi @askorupskyy Is the matter resolved? If not, please provide a minimal project to reproduce it. I'll investigate.
@askorupskyy Thanks!
@askorupskyy Hmm. I'm trying it, but I'm not so familiar with Nx, and I can't understand what causes the issue. I think it's fine to simply make it emit `d.ts`...
@askorupskyy Thanks for explanation. In the future, we may add a Validator that validates Response (#2439), so if we can infer the type from that Validator, we will not need...
Either way, this is not a problem that can be solved right away. I'd like to take some time to think about it.
Plus. As you @askorupskyy mentioned above, the one way to solve this issue is using Zod OpenAPI. Because it is designed to declare endpoint types explicitly. So, we may not...
Hi @fzn0x #2499 does not resolve this. This issue concerns whether or not we can take types from each route. It is not related to it. Either way, Zod Open...