mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
fix exports in main
(#9478)
* fix exports * add changeset * format --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
98cbcaef82
commit
00d18463ff
5
.changeset/free-years-hide.md
Normal file
5
.changeset/free-years-hide.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
---
|
||||
|
||||
feat:fix exports in `main`
|
@ -43,6 +43,8 @@
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"default": "./dist/index.js",
|
||||
"import": "./dist/index.js",
|
||||
"gradio": "./src/index.ts",
|
||||
"svelte": "./dist/src/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user