fix: fix circular dependancy breaking bundling of cli (#6219)

* fix: fix circular dependancy breaking bundling of cli

* remove hubpaths
This commit is contained in:
Alexander Petric
2025-07-17 18:13:55 -04:00
committed by GitHub
parent af1e30c21e
commit ceca360e70
18 changed files with 112 additions and 80 deletions

View File

@@ -1,6 +1,7 @@
// deno-lint-ignore-file no-explicit-any
import { GlobalOptions } from "./types.ts";
import { requireLogin, resolveWorkspace, validatePath } from "./context.ts";
import { requireLogin } from "./auth.ts";
import { resolveWorkspace, validatePath } from "./context.ts";
import {
colors,
Command,