Dev server crashes after about an hour
I'm working on a nuxt 4 project and noticed the dev server crashes after about an hour with the following messages:
nuxt.config.ts updated. Restarting Nuxt...
Nuxt Icon server bundle mode is set to local
ERROR [unhandledRejection] read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
at TCP.callbackTrampoline (node:internal/async_hooks:130:17)
However, I have not changed or touched the nuxt config file at all. In fact, I was watching some videos and didn't touch a single file. This happened three times already. Has anyone experienced a similar error?
ERROR [unhandledRejection] read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
at TCP.callbackTrampoline (node:internal/async_hooks:130:17)
However, I have not changed or touched the nuxt config file at all. In fact, I was watching some videos and didn't touch a single file. This happened three times already. Has anyone experienced a similar error?

