-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
linear: turboIssues to sync to Linear for Turborepo teamIssues to sync to Linear for Turborepo team
Description
Describe the feature you'd like to request
Hi!
I have a pretty standard setup, where I have a dev script running nodemon. nodemon allows to type a special rs command to stdin, triggering a restart of the process, which is very useful.
It works fine when ran directly, but it does not work through turbo, as turbo does not forward stdin to the underlying process.
Describe the solution you'd like
Maybe a task definition in turbo.json could have a forwardStdin option, which would, when enabled, forward stdin!
I think forwardStdin: true should be mutually exclusive with cache: true, because stdin could impact the result of the task.
npearson72, MohamedLamineAllal, clmoreno, krystofrezac, mateeyow and 86 moreiiian, TomaszG, ellemedit, zfben, fukouda and 2 moresubtleGradient
Metadata
Metadata
Assignees
Labels
linear: turboIssues to sync to Linear for Turborepo teamIssues to sync to Linear for Turborepo team