notification sound

This commit is contained in:
2026-03-25 23:41:38 +01:00
parent b27656bb43
commit cc14b4d1b7
9 changed files with 168 additions and 9 deletions

View File

@@ -49,6 +49,11 @@
{
"glob": "**/*",
"input": "public"
},
{
"glob": "magick.wasm",
"input": "node_modules/@imagemagick/magick-wasm/dist",
"output": "/"
}
],
"styles": [
@@ -63,8 +68,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "700kB",
"maximumError": "1MB"
"maximumWarning": "1MB",
"maximumError": "2MB"
},
{
"type": "anyComponentStyle",