Home > @microsoft/rush-lib > CobuildConfiguration > cobuildLeafProjectLogOnlyAllowed
CobuildConfiguration.cobuildLeafProjectLogOnlyAllowed property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If true, Rush will automatically handle the leaf project with build cache "disabled" by writing to the cache in a special "log files only mode". This is useful when you want to use Cobuilds to improve the performance in CI validations and the leaf projects have not enabled cache.
Signature:
readonly cobuildLeafProjectLogOnlyAllowed: boolean;