mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-29 03:04:21 +01:00
chore: fix biome lint error
This commit is contained in:
@@ -3,6 +3,7 @@ import type { RouteType } from "../../server/hono/route";
|
||||
|
||||
export const honoClient = hc<RouteType>(
|
||||
typeof window === "undefined"
|
||||
? `http://localhost:${process.env.PORT ?? 3000}/`
|
||||
? // biome-ignore lint/complexity/useLiteralKeys: TypeScript restriction
|
||||
`http://localhost:${process.env["PORT"] ?? 3000}/`
|
||||
: "/",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user