feat: complete SaaS commercial delivery workflows

This commit is contained in:
2026-08-01 15:26:21 +08:00
parent 46abf4d62f
commit d58bcd97e9
56 changed files with 27505 additions and 181 deletions

View File

@@ -36,6 +36,7 @@ var connectionString =
"Database connection is required outside Development. Configure ConnectionStrings:Database or DATABASE_URL."));
builder.Services.AddApplication();
builder.Services.AddAuthentication();
builder.Services.AddInfrastructure(
connectionString,
isDevelopment && !bootstrapPlatformAdmin