feat(cli): enable source maps

This commit is contained in:
Joakim Carlstein 2023-11-24 10:55:58 +01:00
parent 8347fc1fa4
commit cf17e48f25
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Enable source maps when running the Emigrate CLI

View file

@ -1,4 +1,4 @@
#!/usr/bin/env node #!/usr/bin/env node --enable-source-maps
import process from 'node:process'; import process from 'node:process';
import { parseArgs } from 'node:util'; import { parseArgs } from 'node:util';
import { ShowUsageError } from './errors.js'; import { ShowUsageError } from './errors.js';