Closed
Description
Describe the feature you'd like to request
Go back to zero config
Describe the solution you'd like
- Remove the need for
turbo.json
or any config and assume every task in topological by default (like lerna) - Make caching opt-in (remove the defaults) or detected
- Write a codemod to take existing undefined
outputs
in eachpipeline
key and set them as['dist/**', 'build/**']
(which is the current default)
- Write a codemod to take existing undefined
Describe alternatives you've considered
N/A