Monorepo support
Hello, Just discovering IDX, very exciting product!
I just set up a repo that is a monorepo, with /backend with a Nest.js server, and a /frontend with an Angular app.
Is it possible to:
- Have both running, port 3000 and 8080, and allow each to communicate with each other?
- Set up monospace.json and specify working_directory
for each project listed?
For the moment, should the monospace.json file live in the root of the repo, or nested at the root of each project?
-
Barayuda Gautama commented
Hopefully this idea can be get attention to IDX team
I also have the project like this one. Very existing if we can running our project inside IDX and preview it.I know that should be binding to some URL to preview our project. Hopefully nix configuration inside IDX can support this idea. Thank you IDX team
-
Mistic92 commented
Would be great. I have monorepo with web app + Go backend and its not recognized by IDX at all and I need to additionaly use menu to open web app folder to work on it.