How to specify inputs for a certain package? #3857
-
In my case, I have monorepo with 3 package: server, ui and utils. My temporary solution is try to get all required files for single package with globby and calculate their hash, then set the result as an input file, but some of my collegues think it is weird as turbo has already calculated hash. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can set inputs using the |
Beta Was this translation helpful? Give feedback.
You can set inputs using the
inputs
key: https://turbo.build/repo/docs/reference/configuration#inputs