refactor: consolidate backend into modular monolith

This commit is contained in:
2026-07-30 15:37:31 +08:00
parent 30fd159041
commit 7a73dcbd12
55 changed files with 20409 additions and 1728 deletions

View File

@@ -2,11 +2,9 @@
<Folder Name="/src/">
<Project Path="Tiku.Api/Tiku.Api.csproj" />
<Project Path="Tiku.Application/Tiku.Application.csproj" />
<Project Path="Tiku.Contracts/Tiku.Contracts.csproj" />
<Project Path="Tiku.DbMigrator/Tiku.DbMigrator.csproj" />
<Project Path="Tiku.Domain/Tiku.Domain.csproj" />
<Project Path="Tiku.Infrastructure/Tiku.Infrastructure.csproj" />
<Project Path="Tiku.Worker/Tiku.Worker.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="Tiku.IntegrationTests/Tiku.IntegrationTests.csproj" />