chore: initialize backend solution

This commit is contained in:
xiong
2026-07-26 04:29:58 +08:00
commit f5109de879
29 changed files with 774 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Tiku.Worker": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}