79549632

Date: 2025-04-02 04:00:31
Score: 1
Natty:
Report link

If you are using Vite, just add the follow lines in vite.config.js

export default defineConfig({
    plugins: [react()],
    server: { watch: { usePolling: true, }, }, // <- add
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mauricio Doria