Search Terms
watch, node, api
Problem
I'm having trouble figuring out how to get watch mode up and running with the node module API. I'd like some docs on this and I think that would best fit in this section.
Suggested Solution
I am currently trying to do it like this:
app.convertAndWatch(async (project) => {
await app.generateDocs(project, config.out);
});
but doing so does not work as expected when it comes to projectdocuments - changing them removes them (might be a bug?).