Files
taxbaik/TaxBaik.Web.Client
kjh2064 58ab7f44fa
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m8s
feat: add WebAssembly client wwwroot/index.html - fix runtime loading
Problem: TaxBaik.Web.Client lacked wwwroot/index.html, preventing browser from
loading the WebAssembly application. This caused Blazor runtime (blazor.web.js)
to be missing from deployed package.

Solution: Create wwwroot/index.html as the entry point for WebAssembly runtime.
This file:
- Serves as HTML shell for interactive Razor components
- References /taxbaik/_framework/blazor.web.js to bootstrap WASM runtime
- Inherits all styles and scripts from host /taxbaik path

Result: Blazor WebAssembly runtime now loads correctly, enabling all interactive
admin pages and components.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 02:41:59 +09:00
..