mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[PM-25569] Expose commercial sdk service to web clients (#16899)
* feat: enable commercial SDK usage on web * feat: enable commercial SDK usage in cli * feat: enable commercial SDK usage in browser * feat: add lint to restrict commercial sdk imports
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"extends": "../../apps/cli/tsconfig"
|
||||
"extends": "../../apps/cli/tsconfig",
|
||||
"files": [
|
||||
"../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts",
|
||||
"../../bitwarden_license/bit-cli/src/bw.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user