Skip to content

Commit

Permalink
fix(adapters): Add default export to adapter-mikro-orm (#12445)
Browse files Browse the repository at this point in the history
* Add default export to adapter-mikro-orm

* Update package.json

---------

Co-authored-by: Nico Domino <yo@ndo.dev>
Co-authored-by: Balázs Orbán <info@balazsorban.com>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent fc7c562 commit ab96e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/adapter-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
"import": "./index.js",
"default": "./index.js"
}
},
"license": "ISC",
Expand Down

0 comments on commit ab96e55

Please sign in to comment.