Andrew Carmichael
Results
2
comments of
Andrew Carmichael
Certainly, we have a monorepo which has jobs, backend and load balanced services using pnpm. ``` .git package.json copilot services/serviceA services/serviceB applications/appA jobs/jobby ```
Thanks for the reply. \services contains both backend services and load balanced public APIs that leverage the path based routing. \Applications contains front end applications which typically written in React....