Implemented update functionallity
All checks were successful
Updater CI/CD / publish (push) Successful in 2m18s

This commit is contained in:
2026-02-24 18:49:23 +01:00
commit a341b9cfda
16 changed files with 255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "todos",
"applicationUrl": "http://localhost:5165",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}