From 3acab250db824bd79f4948708e4528a3e1a19677 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 11 Mar 2022 17:40:52 +0100 Subject: [PATCH] fix(core): update --- cli.ts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.ts.js b/cli.ts.js index c7d6d41..f5dd4cf 100644 --- a/cli.ts.js +++ b/cli.ts.js @@ -1,5 +1,5 @@ #!/usr/bin/env node process.env.CLI_CALL = 'true'; await import('@gitzone/tsrun'); -const cliTool = await import('./ts/index'); +const cliTool = await import('./ts/index.js'); cliTool.runCli();