Before each project had this two-step project of "first call
generateRules, then call generate".
And both of those took slightly different config values.
This combines it into just one step and one config object.
This is a medium-ish breaking change to how downstream projects
call truss, i.e. changes to their truss/index.tsx but I think it'll be
pretty easy to update and better going forward.
Before each project had this two-step project of "first call generateRules, then call generate".
And both of those took slightly different config values.
This combines it into just one step and one config object.
This is a medium-ish breaking change to how downstream projects call truss, i.e. changes to their
truss/index.tsx
but I think it'll be pretty easy to update and better going forward.