feat(cli): enable source maps
This commit is contained in:
parent
8347fc1fa4
commit
cf17e48f25
2 changed files with 6 additions and 1 deletions
5
.changeset/fast-shirts-press.md
Normal file
5
.changeset/fast-shirts-press.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@emigrate/cli': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Enable source maps when running the Emigrate CLI
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue