mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(federation): ♻️ Rewrite federation SDK
This commit is contained in:
parent
ad1dc13a51
commit
d638610361
72 changed files with 2137 additions and 738 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { apiRoute, handleZodError } from "@/api";
|
||||
import { Status as StatusSchema } from "@versia/client/schemas";
|
||||
import { LikeExtension as LikeSchema } from "@versia/federation/schemas";
|
||||
import { Like, User } from "@versia/kit/db";
|
||||
import { Likes } from "@versia/kit/tables";
|
||||
import { LikeSchema } from "@versia/sdk/schemas";
|
||||
import { and, eq, sql } from "drizzle-orm";
|
||||
import { describeRoute } from "hono-openapi";
|
||||
import { resolver, validator } from "hono-openapi/zod";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue