feat: Initialized project

This commit is contained in:
2024-09-21 13:28:02 +07:00
parent e06ca3e703
commit a765e598ba
32 changed files with 1349 additions and 0 deletions

View File

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