mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
fix(components): add development export for source builds
Generated-By: looper 0.9.2 (runner=fixer, agent=opencode)
This commit is contained in:
parent
6acb12ef08
commit
b0c0559198
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"development": "./src/index.ts",
|
||||
"default": "./dist/index.mjs"
|
||||
},
|
||||
"./styles.css": "./src/styles.css"
|
||||
|
|
|
|||
Loading…
Reference in a new issue