Skip to content

Commit

Permalink
chore: remove NODE_OPTIONS in dev entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 17, 2024
1 parent 3da0074 commit b8a845e
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
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-warnings=ExperimentalWarning
#!/usr/bin/env node

async function main() {
const { execute } = await import('@oclif/core');
Expand Down

0 comments on commit b8a845e

Please sign in to comment.