1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-11290] Enable SDK (#11378)

Follow up PR to #10974, flips the compile time flags to enabled and includes some debug logic to detect if users encounter issues with the WASM bundle in preparation for active consumption of the SDK.
This commit is contained in:
Oscar Hinton
2024-10-07 13:56:02 +02:00
committed by GitHub
parent c88c5bf1ef
commit 9ea9c3a932
13 changed files with 144 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"flags": {
"sdk": false
"sdk": true
},
"devFlags": {}
}