fix(cli): remove --enable-source-maps flag
This commit is contained in:
parent
a6e096bcbc
commit
83dc618c2e
2 changed files with 6 additions and 1 deletions
5
.changeset/large-cats-whisper.md
Normal file
5
.changeset/large-cats-whisper.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Remove the --enable-source-maps flag from the shebang for better NodeJS compatibility
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env node --enable-source-maps
|
||||
#!/usr/bin/env node
|
||||
import process from 'node:process';
|
||||
import { parseArgs } from 'node:util';
|
||||
import importFromEsm from 'import-from-esm';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue