mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Update configurations for self-hosted (#1558)
* Update configurations for self-hosted * Revert "Update configurations for self-hosted" This reverts commit a1ec06c834a5e9a5bb8fd4c983b5d7909a2ee9a4. * Use selfhosted.json to configure dev env
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"buttonAction": "https://www.sandbox.paypal.com/cgi-bin/webscr"
|
"buttonAction": "https://www.sandbox.paypal.com/cgi-bin/webscr"
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
|
"port": 8080,
|
||||||
"allowedHosts": "auto"
|
"allowedHosts": "auto"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,9 @@
|
|||||||
{}
|
{
|
||||||
|
"dev": {
|
||||||
|
"proxyApi": "http://localhost:4001",
|
||||||
|
"proxyIdentity": "http://localhost:33657",
|
||||||
|
"proxyEvents": "http://localhost:46274",
|
||||||
|
"proxyNotifications": "http://localhost:61841",
|
||||||
|
"port": 8081
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -211,6 +211,7 @@ const devServer =
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
hot: false,
|
hot: false,
|
||||||
|
port: envConfig.dev?.port ?? 8080,
|
||||||
allowedHosts: envConfig.dev?.allowedHosts ?? "auto",
|
allowedHosts: envConfig.dev?.allowedHosts ?? "auto",
|
||||||
client: {
|
client: {
|
||||||
overlay: {
|
overlay: {
|
||||||
|
|||||||
Reference in New Issue
Block a user