You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run quasar dev in a container on windows changes in files are not detected.
The usual way to work around that is to configure whatever is watching the files to switch to polling.
It looks like Quasar is using chokidar which does appear to have a polling option, but it doesn't appear that I can push options to it from the quasar.conf.js. Ideally I'd like to be able to provide it with configuration via that file.