mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-03-31 03:31:34 +00:00
✨ feat: initial prototype
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user