gravityblast/fresh

About the issue with hot reloading

iygwei opened this issue · 1 comments

I have mounted a directory from Windows on a Hyper-V virtual machine. The mount command I used is: mount -t cifs -o username=xxx,password=xxxxxxx,uid=1001,gid=1001 //192.168.56.1/www /data/wwwroot. After making changes to the files, hot reloading is not working, and I have to restart for the changes to take effect.

I have the same issue. Its a mounted volume on windows and it just doesn't detect the changes at all.