This commit is contained in:
Matěj Kubíček
2026-09-17 16:45:57 +02:00
parent dbfe7bced7
commit 2040a16879
109 changed files with 50 additions and 221 deletions
@@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5240",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}