Initial Commit.

This commit is contained in:
Creeper Lv
2026-05-28 02:54:17 +10:00
commit c58ce200e0
52 changed files with 1064 additions and 0 deletions
+15
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:5202",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}