#Hot reload / Monorepo / Docker Compose
5 messages · Page 1 of 1 (latest)
I had same issue lately. You can try adding this in tsconfig.json. In root (not in compilerOptions fyi)
"watchOptions": {
"watchFile": "dynamicprioritypolling",
"watchDirectory": "dynamicprioritypolling",
"excludeDirectories": ["**/node_modules", "dist"],
}
Thank you very much! It worked out!
Thank you, my hero🥰
Thank you so much, spent too long trying to get hotswap working