Files
Minikura/packages/api/src/index.ts

8 lines
175 B
TypeScript
Raw Normal View History

2026-02-13 15:52:13 +07:00
import { treaty } from "@elysiajs/eden";
2024-09-21 13:28:02 +07:00
2026-02-13 15:52:13 +07:00
export const api = treaty("http://localhost:3000");
export * from "./constants";
export * from "./labels";
export * from "./types";