Skip to content

Commit

Permalink
fix: rename yasunoriApiClient to client in api package
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Dec 30, 2024
1 parent 959a4d3 commit 3898de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { hc } from "hono/client";
import type { ApiRoute } from "./index";

export const yasunoriApiClient = hc<ApiRoute>("https://api.yasunori.dev");
export const client = hc<ApiRoute>("https://api.yasunori.dev");
2 changes: 1 addition & 1 deletion packages/web/app/shared/yasunori-api.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "@awesome-yasunori/api/client";
export { client as yasunoriApiClient } from "@awesome-yasunori/api/client";

0 comments on commit 3898de2

Please sign in to comment.