fix(cli): Fix Config Schema for app.listen
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix config schema for `.app.listen`
|
||||
@@ -178,7 +178,7 @@
|
||||
"description": "Listening configuration for local development",
|
||||
"properties": {
|
||||
"host": {
|
||||
"type": "number",
|
||||
"type": "string",
|
||||
"visibility": "frontend",
|
||||
"description": "The host that the frontend should be bound to. Only used for local development."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user