feat: initial prototype

This commit is contained in:
2026-02-13 15:52:13 +07:00
parent 134351b326
commit e8dbefde43
140 changed files with 12390 additions and 1369 deletions

View File

@@ -1,4 +1,7 @@
import { edenTreaty } from "@elysiajs/eden";
import type { App } from "@minikura/backend";
import { treaty } from "@elysiajs/eden";
export const api = edenTreaty<App>("http://localhost:3000");
export const api = treaty("http://localhost:3000");
export * from "./constants";
export * from "./labels";
export * from "./types";