Skip to content

Commit b5390d4

Browse files
committed
imports fix
1 parent 5662909 commit b5390d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"exports": {
2424
".": {
25-
"import": "./dist/index.js",
26-
"types": "./dist/index.d.ts"
25+
"types": "./dist/index.d.mts",
26+
"import": "./dist/index.mjs"
2727
}
2828
},
2929
"files": [

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"exports": {
2424
".": {
25-
"import": "./dist/index.js",
26-
"types": "./dist/index.d.ts"
25+
"types": "./dist/index.d.mts",
26+
"import": "./dist/index.mjs"
2727
}
2828
},
2929
"files": [

0 commit comments

Comments
 (0)