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
|
|
@ -1,8 +1,7 @@
|
|||
import { beforeEach, describe, expect, jest, mock, test } from "bun:test";
|
||||
import { SignatureValidator } from "@versia/federation";
|
||||
import type { Entity, Note as VersiaNote } from "@versia/federation/types";
|
||||
import { Note, Relationship, User } from "@versia/kit/db";
|
||||
import { db } from "@versia/kit/db";
|
||||
import { Note, Relationship, User, db } from "@versia/kit/db";
|
||||
import type { Context } from "hono";
|
||||
import { ValidationError } from "zod-validation-error";
|
||||
import { config } from "~/packages/config-manager/index.ts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue