This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/Properties/launchSettings.json
surtur f0535f7797
All checks were successful
continuous-integration/drone/push Build is passing
chore: conditional razor runtime compilation
* enabled in dev mode
2020-12-27 16:22:27 +01:00

14 lines
353 B
JSON

{
"profiles": {
"pwt_0x01_ng": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
}
}
}
}