mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Every call to `server.watch` requires `builder` to be passed in. If users are to add their own watched files, then they need access to `builder`. Fixes #1952.