When using Shadow CLJS inside a Docker container (using WSL2 on Windows 10 as the Docker host), where the source files are mounted into the container via the Docker interface, it doesn't seem to detect changes in the files and recompile.
Shadow CLJS is started with:
shadow-cljs watch app
And it compiles the app and starts the development server just fine. But changing a file through the Docker host filesystem doesn't trigger a rebuild by the Shadow process.
I don't see any configuration options to configure how Shadow CLJS polls for file changes; is it possible to turn on more manual polling for changes? Or what needs to be updated to allow Shadow to see that these files are updating?