Skip to content

Commit c8f6bab

Browse files
committed
Added HotReload Profile
1 parent 227d71b commit c8f6bab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

LinkDotNet.Blog.Web/Properties/launchSettings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"launchBrowser": true,
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
16+
},
17+
"dotnet": {
18+
"commandName": "Project",
19+
"hotReloadProfile": "aspnetcore"
1620
}
1721
},
1822
"LinkDotNet.Blog.Web": {
@@ -25,4 +29,4 @@
2529
}
2630
}
2731
}
28-
}
32+
}

0 commit comments

Comments
 (0)