Add npm workspace support for monorepos
App Hosting already supports nx based monorepos, but it would be great to have basic npm workspace support. I tried to take the plunge and convert my repo to nx tooling but I failed spectacularly 🙂 npm workspaces are super simple to get started with and other than not being able to deploy to App Hosting, they haven't come up short for me in a way that would convince me to try nx again.
-
V commented
Not only that, with corepack yarn and pnpm are supported out of the box with nodejs and their own workspaces implementation. Pls add propper support.
Also allow us to deploy multiple backends from the same monorepo installing from the root of the repo and then defining the subpath for each backend.