How do I configure my replit to use subdirectory as a primary directory of the app ?
I have a git repository that has two folders.
- frontend
- backend
frontend contains an Angular app and backend contains a SpringBoot java code.
I am able to successfully import the repository into Replit but unable to setup the Angular app because repl.it seems to treat my root directory as the main directory.
Can someone tell me how I can seupt the Replit to just use the fronted subdirectory ?