Add image/font assets from Angular and fix CSS url() resolution
CI / ci (push) Failing after 37s
Deploy / build-and-deploy (push) Failing after 6s

- Copy 134 image files and 28 font files from ClientApp/src/assets/
  to public/assets/ for browser-side serving
- Set tools.cssLoader.url=false in modern.config.ts so the CSS loader
  leaves url() references as-is instead of trying to resolve them as
  webpack modules
- Add .playwright-mcp/, coverage/, and screenshot artifacts to .gitignore
This commit is contained in:
2026-04-15 19:01:56 +03:00
parent 3c315d5114
commit 5d512e146e
167 changed files with 2086 additions and 22 deletions
+11
View File
@@ -35,3 +35,14 @@ wwwroot/dist/
@mf-types.zip
@mf-types/
.mf/
# Playwright MCP artifacts
.playwright-mcp/
*.png
smoke-page*.png
angular-start.png
react-*.png
onlineboard-*.png
# Coverage output
coverage/