Skip to content

Commit 2fbaa30

Browse files
author
Rishi Raj Jain
authored
Update index.ts
1 parent 1199e93 commit 2fbaa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Command } from "commander";
22
import inquirer from "inquirer";
33
import pathModule from "node:path";
4-
import { createIntegrationCommand } from "../commands/createIntegration.js";
4+
import { createIntegrationCommand } from "../commands/createIntegration";
55
import { devCommand } from "../commands/dev";
66
import { initCommand } from "../commands/init";
77
import { CLOUD_TRIGGER_URL, COMMAND_NAME } from "../consts";

0 commit comments

Comments
 (0)