diff --git a/src/TaxBaik.Web/Program.cs b/src/TaxBaik.Web/Program.cs index 9654cca..eac5847 100644 --- a/src/TaxBaik.Web/Program.cs +++ b/src/TaxBaik.Web/Program.cs @@ -302,14 +302,6 @@ catch (Exception ex) app.UseResponseCompression(); -// WASM 디버깅/Hot Reload는 명시적으로 켠 경우에만 주입한다. -// 기본값을 꺼두면 테스트/개발 서비스에서 불필요한 _framework 핫리로드 번들 404를 막을 수 있다. -var enableWebAssemblyDebugging = builder.Configuration.GetValue("EnableWebAssemblyDebugging"); -if (app.Environment.IsDevelopment() && enableWebAssemblyDebugging) -{ - app.UseWebAssemblyDebugging(); -} - // 정적 파일 제공 app.UseStaticFiles(); app.UseStaticFiles("/portal"); diff --git a/src/TaxBaik.Web/TaxBaik.Web.csproj b/src/TaxBaik.Web/TaxBaik.Web.csproj index 8347988..048388e 100644 --- a/src/TaxBaik.Web/TaxBaik.Web.csproj +++ b/src/TaxBaik.Web/TaxBaik.Web.csproj @@ -3,12 +3,9 @@ - - - @@ -22,11 +19,12 @@ - + +