Generating a nest librar…

less than 1 minute read

Generating a nest library, I can do ng g @nestjs/schematics:library api-auth --path=shared however, this doesn’t generate the jest files etc… Should I create an nx workspace library and then a nest module in that?

Updated: