mirror of
https://github.com/bitwarden/web
synced 2026-01-30 16:23:39 +00:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"urls": {
|
|
"notifications": "http://localhost:61840"
|
|
},
|
|
"dev": {
|
|
"proxyApi": "http://localhost:4000",
|
|
"proxyIdentity": "http://localhost:33656",
|
|
"proxyEvents": "http://localhost:46273",
|
|
"proxyNotifications": "http://localhost:61840"
|
|
},
|
|
"compileFlags": {
|
|
"Test": false
|
|
}
|
|
}
|