refactor(database): 🚚 Only import ORM table data from @versia/kit

This commit is contained in:
Jesse Wierzbinski 2024-11-01 21:05:54 +01:00
parent 2f8b85a299
commit 7a73b8db91
No known key found for this signature in database
116 changed files with 193 additions and 202 deletions

View file

@ -4,12 +4,11 @@
*/
import { getLogger } from "@logtape/logtape";
import { Note, User } from "@versia/kit/db";
import { Note, User, db } from "@versia/kit/db";
import {
Ingest as SonicChannelIngest,
Search as SonicChannelSearch,
} from "sonic-channel";
import { db } from "~/drizzle/db";
import { type Config, config } from "~/packages/config-manager";
/**