fix(icons): local icon repository does not work with medias (#1765)

This commit is contained in:
Meier Lukas
2024-12-24 14:15:18 +01:00
committed by GitHub
parent f127c9325c
commit e220087e96
6 changed files with 49 additions and 13 deletions

View File

@@ -5,7 +5,8 @@
"license": "MIT",
"type": "module",
"exports": {
".": "./index.ts"
".": "./index.ts",
"./local": "./src/local.ts"
},
"typesVersions": {
"*": {