fix(config): add release registry configuration for verdaccio and npmjs

This commit is contained in:
2026-02-24 15:46:22 +00:00
parent 7a19f01def
commit 24408448bb
+7
View File
@@ -23,6 +23,13 @@
"macos-keychain", "macos-keychain",
"aes-256-gcm" "aes-256-gcm"
] ]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
} }
} }
} }