mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-03-30 14:25:37 +00:00
8 lines
175 B
TypeScript
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";
|