Skip to content

Commit 174d785

Browse files
committed
Replace node --loader with --import
1 parent 2586a6a commit 174d785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils/alias-loader.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This file should be copied or imported from socket-registry to other repos.
66
*
77
* Usage:
8-
* node --loader=./scripts/utils/alias-loader.mjs script.mjs
8+
* node --import=./scripts/register.mjs script.mjs
99
*/
1010

1111
import { existsSync } from 'node:fs'

0 commit comments

Comments
 (0)