Merge pull request #3507 from backstage/rugvip/port

backend-common: allow port in config to be both a number or a string
This commit is contained in:
Patrik Oldsberg
2020-12-01 14:58:55 +01:00
committed by GitHub
4 changed files with 23 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Allow the `backend.listen.port` config to be both a number or a string.