feat(deps): add watchfiles
When running aurweb with hot-reloading, the CPU consumption is quite high.
This is because it is using the "StatReload" for detecting modified files.
(which seems to be rather inefficient)
When "watchfiles" is installed it'll automatically uses that instead and CPU load goes down to 1% (from ~40%). watchfiles uses filesystem events for detecting changes and is way more efficient.
Signed-off-by: moson-mo mo-son@mailbox.org
Edited by Mario Oenning