Skip to content

Commit 0bfb84f

Browse files
committed
chore: export proper client types in package.json
1 parent f1cbb0c commit 0bfb84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"./client": {
2626
"default": "./dist/client/index.jsx",
27-
"types": "./dist/server/index.d.ts"
27+
"types": "./dist/client/index.d.ts"
2828
},
2929
"./router": {
3030
"default": "./dist/router.jsx",

0 commit comments

Comments
 (0)