[Vuejs]-Vite – React – App keeps refreshing with log: Server connection lost polling for restart

1πŸ‘

βœ…

It worked for me, changing β€˜port’ to β€˜Port’

server:{
    hmr: {
        host: 'localhost',
        Port: 8011,
    },
},

Leave a comment