Hey everyone,
i feel kinda stupid, because I bet it's somewhere in the docs, but I just can't find it.
I just started working on a new side project app, and created the project with the indie-stack.
Now while developing, I run the server with remix dev and as soon as I make any mistake in my frontend code, that causes the Build to fail, the server crashes and does not recover from this. I have to stop the process and rerun it.
Is this the expected behaviour? Or am I missing something?
I would expect the server to keep running or at least to try to run again, everytime a file changes.