Skip to content

Commit c9e80ec

Browse files
fix: Add default exports to Prisma Adapter for better module support (#11316)
1 parent 8586447 commit c9e80ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/adapter-prisma/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"exports": {
2222
".": {
2323
"types": "./index.d.ts",
24-
"import": "./index.js"
24+
"import": "./index.js",
25+
"default": "./index.js"
2526
}
2627
},
2728
"license": "ISC",

0 commit comments

Comments
 (0)