feat: better code and diff rendering performance

This commit is contained in:
Adam 2025-12-02 06:50:16 -06:00
commit c0a35141e6
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
14 changed files with 226 additions and 101 deletions

View file

@ -4,7 +4,7 @@
"type": "module",
"exports": {
"./*": "./src/components/*.tsx",
"./pierre": "./src/components/pierre.ts",
"./pierre": "./src/pierre/index.ts",
"./hooks": "./src/hooks/index.ts",
"./context": "./src/context/index.ts",
"./context/*": "./src/context/*.tsx",