mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(database): 🚚 Only import ORM table data from @versia/kit
This commit is contained in:
parent
2f8b85a299
commit
7a73b8db91
116 changed files with 193 additions and 202 deletions
|
|
@ -12,9 +12,9 @@ import type {
|
|||
User,
|
||||
} from "@versia/federation/types";
|
||||
import type { Application, User as DatabaseUser } from "@versia/kit/db";
|
||||
import type { RolePermissions } from "@versia/kit/tables";
|
||||
import type { SocketAddress } from "bun";
|
||||
import { z } from "zod";
|
||||
import type { RolePermissions } from "~/drizzle/schema";
|
||||
import type { Config } from "~/packages/config-manager";
|
||||
|
||||
export type HttpVerb = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue