If I create a React app, then an express app with --frontendProject=myreactapp. I see a proxy.conf.json created in the React app codebase.
If I then add a second express app, also with the same frontendProject, I get the error
Path "/apps/myreactapp/proxy.conf.json" already exist. and the generator appears to bail: no further files are created or changed.
I have to wonder if I'm doing something fundamentally wrong by having 2 APIs, but this can't be that unusual in a microservices environment.
I've tried using --force but it still complains. Ideally it shouldn't have to use force though as multiple apis doesn't seem outlandish.
I'd expect the second app to be appended to the object in proxy.conf.json.
OSX Catalina
Node 12.16.2
@nrwl/workspace 10.4.4
I can reproduce this as well, when I adjust the test. I will take a look at this and open a PR
@mehrad-rafigh do you still want to send a PR? 馃槂
@bekos sry I forgot about this. I will finish the PR tonight