How to create a monolithic repo with FasiAPI and Angular
I am using UV as my package manager. I want the structure of the repo to be as shown below:
./ (backend)
./src/ (frontend)
However, whenever I initialize the repo using UV, it automatically creates a ./src/project_name/ folder. How can I avoid that?