File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { InLog } from "~/in-log/in-log.ts";
22import convertString from "~/utils/convert-string.ts" ;
33import { center } from "~/terminal/format-utils.ts" ;
44import { 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
77export const cliLog : any = new InLog ( {
88 consoleDefaultStyle : "full" ,
Original file line number Diff line number Diff line change 11import { InCloudClient , InLiveClient } from "@inspatial/cloud-client" ;
2- import { cliLog } from "@inspatial/cloud/ incloud" ;
2+ import { cliLog } from "../ incloud.ts " ;
33import { joinPath } from "~/utils/path-utils.ts" ;
44interface BaseOptions {
55 host ?: string ;
You can’t perform that action at this time.
0 commit comments