mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
b91e2919b6
* Add build command for ee * Add config for ee * Add build workflow for ee * Change build pipeline for web ee * Fix name of workflow in trigger * Build ee image in web build workflow * Fix name on matrix * FIx name of the artifact * Comment out zip extract * Add zip extract * All listing dir before unzip * Add pwd * Comment out unzipping * Fix * Add matrix instead of two stages * Remove build web ee workflow * Fix name
13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"dev": {
|
|
"proxyApi": "http://localhost:4001",
|
|
"proxyIdentity": "http://localhost:33657",
|
|
"proxyEvents": "http://localhost:46274",
|
|
"proxyNotifications": "http://localhost:61841",
|
|
"port": 8081
|
|
},
|
|
"flags": {
|
|
"showTrial": false
|
|
}
|
|
}
|