feat(constants, bll, templateActivator): заготовка для templateActivator

This commit is contained in:
Mikhail Trubnikov
2024-07-25 10:30:17 +10:00
parent 1f7798222e
commit 9ae4903527
16 changed files with 298 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"profiles": {
"PARR.TemplateActivatorWorker": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true
},
"Container (Dockerfile)": {
"commandName": "Docker"
}
}
}