fgeierst / typo3-vite-demo

GNU General Public License v2.0
20 stars 5 forks source link

Vite file watcher stopped working in DDEV/Colima/Docker Desktop enviroment #14

Closed fgeierst closed 1 year ago

fgeierst commented 1 year ago

For me (MacOS Ventura 13.1, Colima), Vite file watching stopped working. The changes I made in VS code were not synced to the Vite dev server. Only changes I made inside the SSH container with Nano triggered a reload in the browser. This issue was resolved by setting the DDEV Mutagen option to true. First I suspected colima vm-type=qemu or --vm-type=vz to be the cause, but turns out both options work if Mutagen is enabled.