Merge pull request #20705 from backstage/rugvip/clifix

cli: fix backend start hanging
This commit is contained in:
Patrik Oldsberg
2023-10-20 18:02:22 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Ignore `stdin` when spawning backend child process for the `start` command. Fixing an issue where backend startup would hang.