implement a basic alerts template

This commit is contained in:
2025-07-25 23:54:02 +01:00
parent a9c89cd616
commit 15c8abc2c3
15 changed files with 194 additions and 34 deletions

View File

@@ -19,5 +19,5 @@
"noPropertyAccessFromIndexSignature": false
},
"include": ["src/**/*"],
"exclude": ["src/web/chatWidget/www/**/*"]
"exclude": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
}