Skip to content

Commit 3b3f166

Browse files
committed
fix: add export condition for node to main package (#4640)
1 parent b23f307 commit 3b3f166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"exports": {
1010
".": {
1111
"types": "./dist/index.d.ts",
12+
"node": "./ssr/index.js",
1213
"default": "./dist/index.js"
1314
},
1415
"./wrappers": {

0 commit comments

Comments
 (0)