Skip to content

Commit 5b6a430

Browse files
author
MRBadri
committed
feat(core): add p-limit dependency for concurrent downloads; enhance icon fetching and caching with improved logging and error handling
1 parent 9b3f5a6 commit 5b6a430

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1400
-57
lines changed

apps/docs/.iconsync/cache/index.json

Lines changed: 1094 additions & 14 deletions
Large diffs are not rendered by default.

apps/docs/icon.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ export default iconConfig({
2323
// generateFileName: (node, parentNode) => node.name + "--" + parentNode.name,
2424
// // outDir: "icons/badri",
2525
// sanitizeName: true,
26+
// limit: 5,
27+
// logger: () => console.log("🔥"),
2628
// },
29+
30+
// create html to view all icons
2731
});
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)