File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import { error } from "./util.ts";
1919import { EventSourcePolyfill } from "event-source-polyfill" ;
2020import type { GlobalContext } from "./main.ts" ;
2121
22+ // deno-lint-ignore no-explicit-any
2223export type TRPCClient = OriginalTRPCClient < any > ;
2324
2425export function createTrpcClient (
Original file line number Diff line number Diff line change 1- import { green , red , stripAnsiCode } from "@std/fmt/colors" ;
1+ import { red , stripAnsiCode } from "@std/fmt/colors" ;
22import { Temporal } from "temporal-polyfill" ;
3- import {
4- detectBuildConfig ,
5- FrameworkFileSystemReader ,
6- } from "@deno/framework-detect" ;
7- import open from "open" ;
8- import { Spinner } from "@std/cli/unstable-spinner" ;
9-
10- import { getAuth , interactive , tokenExchange } from "./auth.ts" ;
3+
114import type { GlobalContext } from "./main.ts" ;
125
136export function error (
You can’t perform that action at this time.
0 commit comments