diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-24 11:37:35 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-04-24 12:21:55 +0100 |
| commit | 3352a3ea393849550573deff8d774ba6bf149471 (patch) | |
| tree | a7d78db4fadbe7123c7d5045f5a537965382b84a /apps/cli/src/commands/whoami.ts | |
| parent | af0cf9c1ee10901ab91b04a1d73afdcb2191a88f (diff) | |
| download | karakeep-3352a3ea393849550573deff8d774ba6bf149471.tar.zst | |
build(cli): Prepare for publishing CLI to npm
Diffstat (limited to '')
| -rw-r--r-- | apps/cli/src/commands/whoami.ts (renamed from apps/cli/commands/whoami.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cli/commands/whoami.ts b/apps/cli/src/commands/whoami.ts index 2b32f2f0..b55bfa67 100644 --- a/apps/cli/commands/whoami.ts +++ b/apps/cli/src/commands/whoami.ts @@ -1,5 +1,5 @@ +import { getAPIClient } from "@/lib/trpc"; import { Command } from "@commander-js/extra-typings"; -import { getAPIClient } from "lib/trpc"; export const whoamiCmd = new Command() .name("whoami") |
