fix(release): add npm registries to release config and expand documentation for UniversalDevice architecture and smart-home features

This commit is contained in:
2026-01-12 09:13:22 +00:00
parent 3377053ef4
commit 1cc8c48315
5 changed files with 127 additions and 36 deletions

View File

@@ -11,10 +11,14 @@
"projectDomain": "ecobridge.xyz"
},
"release": {
"accessLevel": "public"
"accessLevel": "public",
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
]
}
},
"@ship.zone/szci": {
"npmGlobalTools": []
}
}
}