air icon indicating copy to clipboard operation
air copied to clipboard

About the issue with hot reloading

Open iygwei opened this issue 2 years ago • 0 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.

iygwei avatar Jun 01 '23 12:06 iygwei