fix: keep web wasm hosting registration
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m24s

This commit is contained in:
2026-07-04 18:45:08 +09:00
parent f8ef5cd88a
commit 041e22b0d8
+4 -2
View File
@@ -90,8 +90,10 @@ builder.Services.AddRateLimiter(options =>
// Razor Pages
builder.Services.AddRazorPages();
// Admin Client는 standalone Blazor WebAssembly로 호스팅 (별도 정적 파일)
// Razor Component 렌더링은 사용하지 않음
// Blazor WebAssembly Components (WASM 렌더링 모드 지원)
builder.Services.AddRazorComponents()
.AddInteractiveWebAssemblyComponents();
// Session & TempData (쿠키 저장소)
builder.Services.AddSession(options =>