fix: relax bundle config requirements and default assetsBaseUrl

This commit is contained in:
Pandipipas
2026-03-03 20:24:56 +01:00
parent a93492b86b
commit d4fe407b92
4 changed files with 12 additions and 14 deletions
+2 -3
View File
@@ -34,13 +34,12 @@ Initial project version: `0.1.0`.
La descarga de assets usa **únicamente HTTP**. Debes configurar un servidor propio.
1. En `cfg/scoreko-dev.json`, configura `assetsBaseUrl` (obligatorio):
1. En `cfg/scoreko-dev.json`, configura `assetsBaseUrl` (opcional, por defecto `http://localhost`):
```json
{
"scoreko-dev": {
"exampleProperty": "value",
"assetsBaseUrl": "http://TU_SERVIDOR:8080"
"assetsBaseUrl": "http://localhost"
}
}
```