Skip to content

Commit 54f611d

Browse files
authored
feat: support acp registry (#1367)
* feat(acp): polish registry setup * fix(acp): theme registry icons * feat(acp): cache registry svg icons * fix(acp): harden registry integration
1 parent 0766d4b commit 54f611d

File tree

75 files changed

+5844
-1733
lines changed

Some content is hidden

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

75 files changed

+5844
-1733
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
1313
"scripts": {
14-
"prebuild": "node scripts/fetch-provider-db.mjs",
14+
"prebuild": "node scripts/fetch-provider-db.mjs && node scripts/fetch-acp-registry.mjs",
1515
"preinstall": "npx only-allow pnpm",
1616
"test": "vitest",
1717
"test:main": "vitest --config vitest.config.ts test/main",
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)