mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Add new POC web artifact (#4581)
* Add the poc web artifact. * Fix npm command typo
This commit is contained in:
11
apps/web/config/poc.json
Normal file
11
apps/web/config/poc.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"urls": {
|
||||
"icons": "https://icons.poc.bitwarden.pw",
|
||||
"notifications": "https://notifications.poc.bitwarden.pw",
|
||||
"scim": "https://scim.poc.bitwarden.pw"
|
||||
},
|
||||
"flags": {
|
||||
"secretsManager": true,
|
||||
"showPasswordless": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user