Skip to content

Commit 331d122

Browse files
committed
add launchSettings
1 parent 967e75b commit 331d122

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"profiles": {
3+
"Components.WasmMinimal": {
4+
"commandName": "Project",
5+
"launchBrowser": true,
6+
"environmentVariables": {
7+
"ASPNETCORE_ENVIRONMENT": "Development"
8+
},
9+
"applicationUrl": "https://localhost:53674;http://localhost:53675"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)