use the helper

This commit is contained in:
Paul Schneider 2026-06-15 00:11:48 +01:00
commit aabbbc1fea
6 changed files with 13 additions and 18 deletions

5
.vscode/launch.json vendored
View file

@ -46,7 +46,10 @@
"name": "C#: Yavsc.Org Debug",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj"
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
{
"name": "Yavsc.Org",