feat(#5): add local vendored icon catalog manifest and attribution

This commit is contained in:
Josh Creek
2026-02-25 20:58:16 +00:00
parent 1ef5bae8ee
commit b11026cfef
9 changed files with 3725 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"icons:manifest": "node scripts/generate-vendor-icon-manifest.mjs",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},