A few things to improve Vite behaviour when launching app with scripts:
Stops vite removing output from previous commands from the terminal
Makes sure the vite process ends when we stop running the app
How to test
Run the start script in the rule-manager client. It should be clear the output from Vite is not cleared.
Harder to prove the second thing – perhaps try terminating the start-manager script a few times and check that vite has been properly cleared up? (The problem is intermittent, I think.)
What does this change?
A few things to improve Vite behaviour when launching app with scripts:
How to test
start
script in the rule-manager client. It should be clear the output from Vite is not cleared.start-manager
script a few times and check that vite has been properly cleared up? (The problem is intermittent, I think.)