mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
fix: relax bundle config requirements and default assetsBaseUrl
This commit is contained in:
+5
-6
@@ -4,7 +4,8 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"exampleProperty": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"startggClientId": {
|
||||
"type": "string",
|
||||
@@ -42,11 +43,9 @@
|
||||
},
|
||||
"assetsBaseUrl": {
|
||||
"type": "string",
|
||||
"description": "URL base obligatoria para descargar assets por HTTP (ej: http://192.168.1.50:8080)."
|
||||
"default": "http://localhost",
|
||||
"description": "URL base para descargar assets por HTTP (ej: http://192.168.1.50:8080). Por defecto usa http://localhost."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"exampleProperty",
|
||||
"assetsBaseUrl"
|
||||
]
|
||||
"required": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user