Author
Topic: random topic (Read 1325 Times)
Member
United States
Posts: 2

Hot reload vite Tutorial, to refresh the server using vite, modify the following vite.config.js file and add the following lines of code

server: {
   watch: {
   usePolling: true,
 }    
   }

12-05-2025