Fix admin routing and Playwright smoke checks
TaxBaik CI/CD / build-and-deploy (push) Successful in 5m22s

This commit is contained in:
2026-07-04 23:07:16 +09:00
parent fd5178b118
commit 7002d50a4e
30 changed files with 95 additions and 59 deletions
+1 -4
View File
@@ -395,12 +395,9 @@ app.MapHealthChecks("/healthz");
app.MapRazorPages(); // Sitemap.cshtml, Rss.cshtml, Feed.cshtml
app.MapStaticAssets();
// Blazor WebAssembly - prerender: false 페이지 지원
// 대시보드 등은 prerender: false이므로 MapRazorComponents 필수
// AddAdditionalAssemblies: WASM 클라이언트의 모든 컴포넌트 명시적 등록 (필수!)
// Blazor WebAssembly - prerender 지원
app.MapRazorComponents<TaxBaik.WasmClient.Components.Admin.App>()
.AddInteractiveWebAssemblyRenderMode()
.AddAdditionalAssemblies(typeof(TaxBaik.WasmClient.Components.Admin._Imports).Assembly)
.AllowAnonymous();
// SPA 라우팅 폴백