diff --git a/bun.lockb b/bun.lockb index af21e070..8fc13874 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5d3ee427..4ec1a8c3 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,7 @@ "altcha-lib": "^0.5.1", "blurhash": "^2.0.5", "bullmq": "^5.12.9", + "c12": "^1.11.1", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "cli-table": "^0.3.11", diff --git a/packages/database-interface/attachment.ts b/packages/database-interface/attachment.ts index 1fb16c02..e1a48289 100644 --- a/packages/database-interface/attachment.ts +++ b/packages/database-interface/attachment.ts @@ -4,7 +4,6 @@ import type { Attachment as ApiAttachment, } from "@lysand-org/client/types"; import type { ContentFormat } from "@lysand-org/federation/types"; -import { MediaBackendType } from "config-manager/config.type"; import { type InferInsertModel, type InferSelectModel, @@ -15,6 +14,7 @@ import { } from "drizzle-orm"; import { db } from "~/drizzle/db"; import { Attachments } from "~/drizzle/schema"; +import { MediaBackendType } from "~/packages/config-manager/config.type"; import { config } from "~/packages/config-manager/index"; import { BaseInterface } from "./base"; diff --git a/packages/database-interface/package.json b/packages/database-interface/package.json deleted file mode 100644 index f1d398eb..00000000 --- a/packages/database-interface/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "database-interface", - "version": "0.0.0", - "main": "index.ts", - "dependencies": {} -} diff --git a/packages/glitch-server/package.json b/packages/glitch-server/package.json deleted file mode 100644 index cb46f74f..00000000 --- a/packages/glitch-server/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "glitch-server", - "version": "0.0.0", - "main": "index.ts", - "dependencies": {} -}