Добавьте файлы проекта.

This commit is contained in:
Курнат Андрей
2026-03-13 21:01:04 +03:00
commit b460f17029
111 changed files with 5803 additions and 0 deletions

3
scripts/run-server.ps1 Normal file
View File

@@ -0,0 +1,3 @@
$ErrorActionPreference = 'Stop'
Set-Location (Join-Path $PSScriptRoot '..')
dotnet run --project .\src\Massenger.Server\Massenger.Server.csproj