Thank you for sharing the Trunk.toml example.
I have tried it and the build process was going in infinite loop. By a slight change, I made it rebuild only once, after detecting a change in any file located on ./src
folder.
[watch]
watch = ["./src"]
Regards,