Skip to content

Commit

Permalink
feat: allow using typescript path aliases when using ts-node (medusaj…
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage authored Oct 3, 2024
1 parent 1bb3f8b commit 1e046f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/medusa-cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

try {
require("ts-node").register({})
require("tsconfig-paths").register({})
} catch {}
require("dotenv").config()
require("./dist/index.js")

0 comments on commit 1e046f2

Please sign in to comment.