This commit is contained in:
Ramón Vásquez 2025-10-30 12:05:00 -03:00
parent cd9977f71f
commit 735dfa54c5
66 changed files with 2548 additions and 0 deletions

View file

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