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
After upgrading to typescript 4.9.5, hot reloading stopped working in a docker environment. In our use case, we are using nestjs with command nest start xx --watch --tsc. I saw in the issue linked below that there have been changes to the file system. Is there anything docker/nest/typescript can do to get it working again ?