feat: topology, and improves handling

This commit is contained in:
2026-02-17 19:17:13 +07:00
parent e8dbefde43
commit d14f043e7c
145 changed files with 4213 additions and 2861 deletions
+1 -2
View File
@@ -13,7 +13,6 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@elysiajs/eden": "^1.4.6",
"elysia": "^1.4.22"
"@minikura/db": "workspace:*"
}
}
-4
View File
@@ -1,7 +1,3 @@
import { treaty } from "@elysiajs/eden";
export const api = treaty("http://localhost:3000");
export * from "./constants";
export * from "./labels";
export * from "./types";