feat(templateGeneratorWorker): Создан Worker читающий очередь и генерирующий новые объекты Template

This commit is contained in:
Mikhail Kuznetsov
2025-08-14 15:20:04 +10:00
parent 1272ce92ec
commit 2c005f038e
17 changed files with 446 additions and 20 deletions

View File

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