Describe the bug
npx rbt dev run sometimes waits for file modifications and sometimes quits. Not a huge problem since I can stand it back up, just unexpected.
To Reproduce
- Run
npx rbt dev run
- ???
- Probably have some build error, though.
Expected behavior
- Ideal would be like
npm dev run on react app -- it doesn't die, just waits for modifications when the build fails
- Second to that, I would expect it to handle build errors the same way -- either always wait, or always die, or something.
Impact
How severely does this bug impact your use of Reboot?
Please explain why?
The FE usually tells me I've disconnected, and then I find out this has happened.
Screenshots
If applicable, add screenshots to help explain your problem.

Describe the bug
npx rbt dev runsometimes waits for file modifications and sometimes quits. Not a huge problem since I can stand it back up, just unexpected.To Reproduce
npx rbt dev runExpected behavior
npm dev runon react app -- it doesn't die, just waits for modifications when the build failsImpact
How severely does this bug impact your use of Reboot?
Please explain why?
The FE usually tells me I've disconnected, and then I find out this has happened.
Screenshots
If applicable, add screenshots to help explain your problem.