phero icon indicating copy to clipboard operation
phero copied to clipboard

Allow the CLI to find clients in nested folders

Open jim-lub opened this issue 2 years ago • 0 comments

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.

jim-lub avatar Sep 30 '22 14:09 jim-lub