As a developer I would like to manually add folders to the auto-reload watch directory.
I think this is relevant for the VIKTOR platform because as tools grow I work with more and more submodules and wheels (to connect tools together), I think Iām not alone in doing this.
The issue which I am facing is that I have added a standalone tool as a child to a bigger tool so that users can use the standalone tool for small, quick things and the bigger tool for bigger projects. When I work on the code for the bigger tool and make changes in a file belonging to the connected smaller tool, an auto-reload does not trigger forcing me to CTRL+C and restart the tool any time I make a change.
Submitter proposed design (optional)
viktor-cli start --extra-watch-dir=ā¦/SmallerTool
Current workarounds
Close connection and restart tool