mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-03-30 17:26:38 +00:00
✨ feat: topology, and improves handling
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elysiajs/eden": "^1.4.6",
|
||||
"elysia": "^1.4.22"
|
||||
"@minikura/db": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user