fix(config): replace npmextra with smartconfig for daemon key-value storage and release settings

This commit is contained in:
2026-03-24 15:06:39 +00:00
parent f1d685b819
commit ec57cc7c42
7 changed files with 47 additions and 31 deletions

View File

@@ -14,5 +14,14 @@
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
},
"@git.zone/cli": {
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
}
}
}