cli: gracefully shut down child process on windows

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-01 15:35:04 +02:00
parent afa48341fb
commit d0f26cfa4f
4 changed files with 20 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fixed an issue where the new backend start command would not gracefully shut down the backend process on Windows.