059109b064
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m7s
Problem: CI/CD was publishing only TaxBaik.Web/, excluding WebAssembly client build output. This caused blazor.web.js to be missing from deployed package. Solution: Change publish from 'TaxBaik.Web/' to '.' (solution root) to include all projects: - TaxBaik.Web.Client (WebAssembly client with blazor.web.js) - TaxBaik.Web (server with MapRazorComponents configuration) - All dependencies Result: WebAssembly runtime and all interactive components now deploy correctly. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>