foundry icon indicating copy to clipboard operation
foundry copied to clipboard

feat(`forge build`): `--watch` flag now watches `foundry.toml` config…

Open leovct opened this issue 4 months ago • 0 comments

… changes

Motivation

Closes #9099

Solution

Monitor foundry.toml on top of Solidity file changes when using forge build --watch.

Tested on a local project. When updating foundry.toml, forge build --watch will try to re-build the files as expected.

leovct avatar Oct 19 '24 23:10 leovct