Rodrigo
Rodrigo
@magicmatatjahu Makes sense generating it AOT xd but thanks Ah ok i didn't notice that i thought it was like GitHub README where we had the anchor icon but now...
@derberg I have tested it and seems to just create a string, return it and if i pass (as you suggested) single file it will include, its working fine but...
@derberg I agree with you with the current API, there are a lot of methods, in fact with static typing/generating declarations, the problem would be solved and probably the github...
@derberg In fact, even so if we pass the module you already have what you need, if you symlink or not, the content is passed to you already, that way...
@derberg I think so, i've seen some nestjs wrappers that they were using OpenAPI codegen approach to generate for async api, in my opinion we could generate the html and...
@derberg I think i will still need to check this HTML, i might not need and i might be able to use that template is just that in Nestjs you...
@magicmatatjahu Yes you're right, i dont need AOT on the template generation, its a simple JIT when the user hits the docs route and i just need to seed the...
I'm also having the same issue on CRA v4
Well i think this is really a great way to improve this project, I have already cloned your project months ago and started transforming it to typescript, got rid of...