Topic: random topic (Read 1325 Times)
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