Skip to content

Commit

Permalink
fix(core): pass the full resolved path of ts-node/esm when reloading …
Browse files Browse the repository at this point in the history
…the CLI (#21607)

(cherry picked from commit b97958c)
  • Loading branch information
jaysoo authored and FrozenPandaz committed Feb 5, 2024
1 parent 8dd1db2 commit c5a44ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/bin/init-local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function execArgvWithExperimentalLoaderOptions() {
...process.execArgv,
'--no-warnings',
'--experimental-loader',
'ts-node/esm',
require.resolve('ts-node/esm'),
];
}

Expand Down

0 comments on commit c5a44ef

Please sign in to comment.