Skip to content

Commit

Permalink
fix: use import.meta.url in bin/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 29, 2024
1 parent 3dc2087 commit 996ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// eslint-disable-next-line node/shebang, unicorn/prefer-top-level-await
;(async () => {
const oclif = await import('@oclif/core')
await oclif.execute({development: true, dir: __dirname})
await oclif.execute({development: true, dir: import.meta.url})
})()

0 comments on commit 996ef2f

Please sign in to comment.