Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Hi everyone! I found that an example in the `prune` command reference shows an incorrect folder structure: `frontend` workspace is initially inside `apps` folder, but it's shown inside `packages` folder in the output example of `docker prune fronted --docker` ### Screenshots After running `turbo prune docs --docker`, (think of `docs` as an equivalent of `frontend`) I get the following structure: ![image](https://github.com/user-attachments/assets/4b033881-6ab8-494a-9540-3455d203375d) ### Testing Instructions To reproduce it, I created a new turborepo project, and the run `turbo prune docs --docker`.
- Loading branch information