Skip to content

Commit

Permalink
fix(cli): try to respect windows ESM binary
Browse files Browse the repository at this point in the history
Closes #5147
  • Loading branch information
B4nan committed Jan 18, 2024
1 parent c8858d2 commit 57e91e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"homepage": "https://mikro-orm.io",
"bin": {
"mikro-orm": "./dist/cli.js",
"mikro-orm-esm": "./dist/esm.js"
"mikro-orm": "./dist/cli",
"mikro-orm-esm": "./dist/esm"
},
"engines": {
"node": ">= 18.12.0"
Expand Down

0 comments on commit 57e91e2

Please sign in to comment.