988133e389
Deploy Telegram Bot / deploy (push) Has been cancelled
- Created GmRelay.Web project (Blazor Server) - Created GmRelay.Shared library for domain models and rendering - Refactored GmRelay.Bot to use the Shared library - Integrated Telegram Login widget with server-side HMAC verification - Added Dashboard, Group Details, and Edit Session pages - Enabled bot notifications and in-place message updates from web actions - Updated .NET Aspire orchestration and Docker Compose configuration
12 lines
433 B
XML
12 lines
433 B
XML
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/GmRelay.AppHost/GmRelay.AppHost.csproj" />
|
|
<Project Path="src/GmRelay.Bot/GmRelay.Bot.csproj" />
|
|
<Project Path="src/GmRelay.ServiceDefaults/GmRelay.ServiceDefaults.csproj" />
|
|
<Project Path="src/GmRelay.Web/GmRelay.Web.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/GmRelay.Bot.Tests/GmRelay.Bot.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|