Fix the CLI typecheck error

This commit is contained in:
Eric Allam
2023-08-09 10:41:06 +01:00
parent 8412680863
commit ab007f2708
+1 -1
View File
@@ -7,7 +7,7 @@ import { pathToRegexp } from "path-to-regexp";
import { simpleGit } from "simple-git";
import { parse } from "tsconfck";
import { pathToFileURL } from "url";
import { promptApiKey, promptEndpointSlug, promptTriggerUrl } from "../cli/index.js";
import { promptApiKey, promptTriggerUrl } from "../cli/index.js";
import { CLOUD_API_URL, CLOUD_TRIGGER_URL, COMMAND_NAME } from "../consts.js";
import { TelemetryClient, telemetryClient } from "../telemetry/telemetry.js";
import { addDependencies } from "../utils/addDependencies.js";