AlexPshul / nxazure

MIT License
16 stars 7 forks source link

Question: Does this work generically with mono-repos? Or strictly NX at this stage? #16

Closed joelybahh closed 1 year ago

joelybahh commented 1 year ago

I'm working in turbo-repo. My solution has been to write a script that overrides the path on the .json files so I can use the deployment extension, but if this can be configured to work in turborepo that would be amazing.

AlexPshul commented 1 year ago

Hi @joelybahh , Unfortunately, I'm less familiar with turbo-repo and how it works. Internally, in the executors, I'm using specific NX tools, so I don't know if this will work on other tools and monorepo frameworks.

joelybahh commented 1 year ago

@AlexPshul Thanks for the prompt reply!

I might do some digging into the source code in any case, although it's NX specific, I might be able to extract out the Azure parts and try to apply the same concepts to Turborepo, thanks again!