backend-common: allow port in config to be both a number or a string

This commit is contained in:
Patrik Oldsberg
2020-12-01 10:51:02 +01:00
parent 7aa0830abb
commit 6123682748
3 changed files with 19 additions and 3 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.