How to build turbo and use that version locally #516
-
Great if there was some dev docs on this |
Beta Was this translation helpful? Give feedback.
Answered by
markjm
Jan 10, 2022
Replies: 1 comment
-
You can set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set
TURBO_BINARY_PATH
to be "./../../cli/turbo" or whatever your path to your turbo executable is. I have this PR open which would make this easier for the examples in the repo, but there is one issue I need to go back and figure out regarding the different uses of this variable in different places#518