Skip to content

Commit 45b7d1e

Browse files
committed
fix: import path
1 parent fb1bff1 commit 45b7d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/incloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { InLog } from "~/in-log/in-log.ts";
22
import convertString from "~/utils/convert-string.ts";
33
import { center } from "~/terminal/format-utils.ts";
44
import { RunManager } from "#cli/run-manager.ts";
5-
import { syncEntryInterface } from "#cli/sync-client/sync-entry-interface.ts";
5+
import { syncEntryInterface } from "#cli/sync-entry-interface.ts";
66

77
export const cliLog: any = new InLog({
88
consoleDefaultStyle: "full",

cli/src/sync-client/sync-entry-interface.ts renamed to cli/src/sync-entry-interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { InCloudClient, InLiveClient } from "@inspatial/cloud-client";
2-
import { cliLog } from "@inspatial/cloud/incloud";
2+
import { cliLog } from "../incloud.ts";
33
import { joinPath } from "~/utils/path-utils.ts";
44
interface BaseOptions {
55
host?: string;

0 commit comments

Comments
 (0)