Fix typo in .app.listen.port config schema

This commit is contained in:
Joel Low
2020-12-29 09:24:30 +08:00
parent de9a7c84dd
commit d45efbc9bd
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix typo in .app.listen.port config schema
+1 -1
View File
@@ -182,7 +182,7 @@
"visibility": "frontend",
"description": "The host that the frontend should be bound to. Only used for local development."
},
"post": {
"port": {
"type": "number",
"visibility": "frontend",
"description": "The port that the frontend should be bound to. Only used for local development."