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
+2 -1
View File
@@ -1,5 +1,6 @@
// deno-lint-ignore-file no-explicit-any
import { requireLogin, resolveWorkspace, validatePath } from "./context.ts";
import { requireLogin } from "./auth.ts";
import { resolveWorkspace, validatePath } from "./context.ts";
import {
GlobalOptions,
isSuperset,