Override ui mode with environment variable? #9521
-
SummaryI have some developers on my team that really dislike the TUI mode. It would be nice if they could add an entry to their .env file Right now a couple of them are just modifying turbo.json but that's in source control and at some point they're going to accidentally check it in, it's friction to remember not to check that in so just looking for better suggestions / options? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is available as |
Beta Was this translation helpful? Give feedback.
This is available as
TURBO_UI
in our System Environment Variables (last item on the list). While they won't be able to put this variable in a.env
file since Turborepo doesn't read.env
files, they can set it on their machine (e.g.export TURBO_UI=false
).