dda600d4e1
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m52s
Root cause analysis: - App.razor referenced blazor.web.js (legacy filename) - ASP.NET Core 10 publish outputs blazor.webassembly.js (standard) - Build/publish mismatch caused 'SyntaxError: Invalid or unexpected token' Solution (proper fix, not workaround): - App.razor: change script src to blazor.webassembly.js - Remove deploy_gb.sh file-copy workaround - Program.cs: remove unnecessary comment Result: Single source of truth - blazor.webassembly.js is the standard ASP.NET Core 10 filename. No file duplication, no symlinks, no publish-time workarounds needed. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>