Skip to content

Commit

Permalink
fix: Add default exports to Prisma Adapter for better module support (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-schmrkow authored Jul 2, 2024
1 parent 8586447 commit c9e80ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
"import": "./index.js",
"default": "./index.js"
}
},
"license": "ISC",
Expand Down

0 comments on commit c9e80ec

Please sign in to comment.