chore: update package.json to include trustedDependencies and update favicon

This commit is contained in:
2025-11-12 19:10:01 +01:00
parent d88fd80aee
commit 4ed7228b60
3 changed files with 381 additions and 893 deletions

View File

@@ -47,5 +47,9 @@
"@types/node": "24.6.2",
"@vueuse/nuxt": "^13.9.0",
"vue-tsc": "^3.1.3"
}
},
"trustedDependencies": [
"@parcel/watcher",
"unrs-resolver"
]
}