Skip to content

Commit 23089e2

Browse files
committed
Add launchSettings.json
1 parent b8936ad commit 23089e2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ BenchmarkDotNet.Artifacts/
4949
project.lock.json
5050
project.fragment.lock.json
5151
artifacts/
52-
**/Properties/launchSettings.json
5352

5453
*_i.c
5554
*_p.c
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"profiles": {
3+
"CustomViewItem.Blazor.Server": {
4+
"commandName": "Project",
5+
"launchBrowser": true,
6+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
7+
"environmentVariables": {
8+
"ASPNETCORE_ENVIRONMENT": "Development"
9+
}
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)