1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 10:34:01 +00:00

some cleanup on icons

This commit is contained in:
Kyle Spearrin
2017-10-09 13:35:07 -04:00
parent b84473f9eb
commit 164d4e1fb4
6 changed files with 37 additions and 46 deletions

View File

@@ -11,7 +11,7 @@
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "icon?domain=bitwarden.com",
"launchUrl": "?domain=bitwarden.com",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -19,7 +19,7 @@
"Icons": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "icon?domain=bitwarden.com",
"launchUrl": "?domain=bitwarden.com",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},