I've configured our solution to use spa.UseAureliaCliServer(). Starting up the solution in Debug Mode using Visual Studio or Visual Studio Code works great.
However, when I stop the solution in Visual Studio it stops the dotnet process but not the aurelia cli node process, leaving a zombie process running on the system.
Is there any solution for this?
I've configured our solution to use
spa.UseAureliaCliServer(). Starting up the solution in Debug Mode using Visual Studio or Visual Studio Code works great.However, when I stop the solution in Visual Studio it stops the dotnet process but not the aurelia cli node process, leaving a zombie process running on the system.
Is there any solution for this?