hello folks! Is there any way to hook into the wat...
# help
j
hello folks! Is there any way to hook into the watching system when running lambdas locally, like to regenerate stuff on tsoa? @Frank
t
Hm there is not today but this is something we're working towards by separating our cli functionality into a core package
j
oh nice! that would be a great improvement to the local dev workflow
t
I actually have a similar workflow myself as I do TS codegen for my JSONAPI
But those files don't change often so I manually run it
j
cool - that’s what I’m planning to do now