swagger-express
swagger-express copied to clipboard
Example does not have api-docs.json
Looking at the example, I do not see api-docs.json. I thought that this piece of software produces api-docs.json based on yml or jsdocs. Is there some magic involved here which I do not understand? Can someone please clarify how the example works without having api-docs.json?
@psinghsp api-docs.json is auto generated
For some reason, I do not see it being generated. Do I need to run something manually first to generate it or it gets generated automatically when I start node process?
api-docs.json is not a physical file, it is generated automatically when you start node process.
I also have the same issue, in the example is generated but when i move in my folder is not generated anymore. Any hint on where should we look and debug? thanks