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 1199e93 commit 2fbaa30Copy full SHA for 2fbaa30
packages/cli/src/cli/index.ts
@@ -1,7 +1,7 @@
1
import { Command } from "commander";
2
import inquirer from "inquirer";
3
import pathModule from "node:path";
4
-import { createIntegrationCommand } from "../commands/createIntegration.js";
+import { createIntegrationCommand } from "../commands/createIntegration";
5
import { devCommand } from "../commands/dev";
6
import { initCommand } from "../commands/init";
7
import { CLOUD_TRIGGER_URL, COMMAND_NAME } from "../consts";
0 commit comments