Can I modify the error path that is output? #11111
-
SummaryWhen working in TurboRepo, the paths for errors generated in the project are not TurboRepo-based paths, so they do not become hyperlinks or shortcuts. Is there a solution for this? The error path is output to the path of the running app. Desired outcomeCommandAdditional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Nov 13, 2025
Replies: 1 comment 2 replies
-
|
Hi, Turborepo does not manipulate the logs of your tasks or otherwise change their content at any time. What you're seeing is the application's development server correctly reporting the path for the error in its context. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Turborepo does not manipulate the logs of your tasks or otherwise change their content at any time. What you're seeing is the application's development server correctly reporting the path for the error in its context.