Files
Minikura/packages/api/src/index.ts
2026-02-13 15:52:13 +07:00

8 lines
175 B
TypeScript

import { treaty } from "@elysiajs/eden";
export const api = treaty("http://localhost:3000");
export * from "./constants";
export * from "./labels";
export * from "./types";