Skip to content

Commit

Permalink
feat: add --trace-warnings for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Aug 9, 2024
1 parent 4868886 commit 9ac0630
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 -S npx tsx
#!/usr/bin/env -S npx --node-options='--trace-warnings' tsx
// #!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning
// #!/usr/bin/env -S node --import=./bin/register.js --no-warnings=ExperimentalWarning
// #!/usr/bin/env bun
Expand Down

0 comments on commit 9ac0630

Please sign in to comment.