phero
phero copied to clipboard
Allow the CLI to find clients in nested folders
I have my project setup with the following folder structure.
.
├── clients/
│ ├── app
│ ├── web
│ └── dashboard
└── server
While running the npx samen
command in the root it can only find the server project, but is unable to find the app, web and dashboard projects which are nested in the clients folder.
While it is possible to run the npx samen
command in a nested folder, I feel we should be able to run only a single instance for all projects.