wobsoriano / nuxt3-socket.io

Nuxt 3 and Socket.io integration.
59 stars 9 forks source link

Hot Reloading not working #13

Open timstrasser opened 9 months ago

timstrasser commented 9 months ago

When updating the socket.io server file in (e.g. /server/socket/example.ts the message) ✔ Nitro built in 232 ms appears in the console, but the changes are not applied until I do a full restart of the Nuxt dev server.

Is this a known issue?