[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
if in a nestjs monorepo I run the nest add @nestjs/azure-func-http it asks for destination project and creates a azure function for it but if you run in twice it overrides the existing azure function to use the new project
Expected behavior
running nest add @nestjs/azure-func-http and selecting different projects should create multiple azure functions
Minimal reproduction of the problem with instructions
I'm submitting a...
Current behavior
if in a nestjs monorepo I run the
nest add @nestjs/azure-func-http
it asks for destination project and creates a azure function for it but if you run in twice it overrides the existing azure function to use the new projectExpected behavior
running
nest add @nestjs/azure-func-http
and selecting different projects should create multiple azure functionsMinimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I'd like to use one repo for multiple azure functions
Environment