Skip to content

Commit 59d95eb

Browse files
committed
chore: 更新配置文件
1 parent 2977321 commit 59d95eb

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

src/BootstrapBlazor.Server/Properties/launchSettings.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"profiles": {
11-
"WebConsole": {
11+
"console": {
1212
"commandName": "Project",
1313
"dotnetRunMessages": true,
1414
"launchBrowser": true,
@@ -17,15 +17,6 @@
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
20-
"Watch": {
21-
"commandName": "Executable",
22-
"executablePath": "dotnet.exe",
23-
"workingDirectory": "$(ProjectDir)",
24-
"commandLineArgs": "watch run",
25-
"environmentVariables": {
26-
"ASPNETCORE_ENVIRONMENT": "Development"
27-
}
28-
},
2920
"https": {
3021
"commandName": "Project",
3122
"dotnetRunMessages": true,
@@ -35,26 +26,12 @@
3526
"ASPNETCORE_ENVIRONMENT": "Development"
3627
}
3728
},
38-
"LanConsole": {
39-
"commandName": "Project",
40-
"dotnetRunMessages": true,
41-
"launchBrowser": true,
42-
"applicationUrl": "http://0.0.0.0/",
43-
"environmentVariables": {
44-
"ASPNETCORE_ENVIRONMENT": "Development"
45-
}
46-
},
4729
"IIS Express": {
4830
"commandName": "IISExpress",
4931
"launchBrowser": true,
5032
"environmentVariables": {
5133
"ASPNETCORE_ENVIRONMENT": "Development"
5234
}
53-
},
54-
"Docker": {
55-
"commandName": "Docker",
56-
"launchBrowser": true,
57-
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}"
5835
}
5936
}
6037
}

0 commit comments

Comments
 (0)