Skip to content

Commit

Permalink
Disabled hot reload due to JS injection affecting benchmarks. VS opti…
Browse files Browse the repository at this point in the history
…mized the file structure.
  • Loading branch information
RyanLamansky committed Jul 28, 2024
1 parent c1eb7af commit e06effc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Examples/AspNetPageEmitter/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
{
"profiles": {
"AspNetPageEmitter": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7193;http://localhost:5193",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7193;http://localhost:5193",
"hotReloadEnabled": false
}
}
}
}

0 comments on commit e06effc

Please sign in to comment.