mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(database): 🚚 Only import ORM abstractions from @versia/kit
This commit is contained in:
parent
f26493140f
commit
2f8b85a299
100 changed files with 150 additions and 154 deletions
|
|
@ -4,12 +4,11 @@
|
|||
*/
|
||||
|
||||
import { getLogger } from "@logtape/logtape";
|
||||
import { Note, User } from "@versia/kit/db";
|
||||
import {
|
||||
Ingest as SonicChannelIngest,
|
||||
Search as SonicChannelSearch,
|
||||
} from "sonic-channel";
|
||||
import { Note } from "~/classes/database/note";
|
||||
import { User } from "~/classes/database/user";
|
||||
import { db } from "~/drizzle/db";
|
||||
import { type Config, config } from "~/packages/config-manager";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue