-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support bun and tsx for development #966
Conversation
QA ESM: |
bun
andtsx
when runningbin/dev.js
. Fixes Can't run development mode with bun #934@W-15093833@
QA
oclif generate my-cli
(selectCommonJS
when prompted)yarn build
rm -rf dist
inside of generated CLIbin/dev.js
(you must havetsx
andbun
installed globally) and runbin/dev.js hello world
for eachbin/dev.js
and try the following