feat(cli): enable source maps
This commit is contained in:
parent
8347fc1fa4
commit
cf17e48f25
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
#!/usr/bin/env node --enable-source-maps
|
||||
import process from 'node:process';
|
||||
import { parseArgs } from 'node:util';
|
||||
import { ShowUsageError } from './errors.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue