We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c84a8 commit 7016a87Copy full SHA for 7016a87
package.json
@@ -15,7 +15,7 @@
15
"format-fix": "prettier --write .",
16
"fix": "npm run lint-fix && npm run format-fix",
17
"ngrok": "ngrok http 8787",
18
- "register": "npx ts-node src/register.ts",
+ "register": "ts-node-esm src/register.ts",
19
"env-var-check": "ts-node-esm config/envVarCheck.ts"
20
},
21
"keywords": [],
0 commit comments