mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
f260064083
commit
f00ac1a590
173 changed files with 665 additions and 752 deletions
|
|
@ -2,7 +2,7 @@ import type { ContentFormatSchema } from "@versia/sdk/schemas";
|
|||
import { config } from "@versia-server/config";
|
||||
import { htmlToText as htmlToTextLib } from "html-to-text";
|
||||
import { lookup } from "mime-types";
|
||||
import type { z } from "zod/v4";
|
||||
import type { z } from "zod";
|
||||
|
||||
export const getBestContentType = (
|
||||
content?: z.infer<typeof ContentFormatSchema> | null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue