On Windows, Biome does not always manage to successfully shut down the server it spawns. I don't have a persistent repro for this yet, but I have seen Python servers running well after the client they came from was closed.
There are a few potential solutions to this:
Regardless of the path we take, we should make sure that it doesn't conflict with running in server mode, whether through the very same server-components directory or through another directory.
On Windows, Biome does not always manage to successfully shut down the server it spawns. I don't have a persistent repro for this yet, but I have seen Python servers running well after the client they came from was closed.
There are a few potential solutions to this:
Regardless of the path we take, we should make sure that it doesn't conflict with running in server mode, whether through the very same
server-componentsdirectory or through another directory.