Closed johan-smits closed 1 year ago
I'm running leptosfmt 'src/**/*.rs' to format all the views. But when you have trunk running it sees all the files being touched and goes wild generating for each change a new build.
leptosfmt 'src/**/*.rs'
trunk
It is possible to only write files that are changed?
I'm running
leptosfmt 'src/**/*.rs'
to format all the views. But when you havetrunk
running it sees all the files being touched and goes wild generating for each change a new build.It is possible to only write files that are changed?