mirror of
https://github.com/versia-pub/server.git
synced 2026-01-26 12:16:01 +01:00
Build errors
This commit is contained in:
parent
0c720956a1
commit
885ec12780
|
|
@ -4,8 +4,7 @@ import type { MediaBackend } from "media-manager";
|
||||||
import { MediaBackendType } from "media-manager";
|
import { MediaBackendType } from "media-manager";
|
||||||
import { client } from "~database/datasource";
|
import { client } from "~database/datasource";
|
||||||
import { attachmentToAPI, getUrl } from "~database/entities/Attachment";
|
import { attachmentToAPI, getUrl } from "~database/entities/Attachment";
|
||||||
import { LocalMediaBackend } from "~packages/media-manager/backends/local";
|
import { LocalMediaBackend, S3MediaBackend } from "~packages/media-manager";
|
||||||
import { S3MediaBackend } from "~packages/media-manager/backends/s3";
|
|
||||||
|
|
||||||
export const meta = applyConfig({
|
export const meta = applyConfig({
|
||||||
allowedMethods: ["GET", "PUT"],
|
allowedMethods: ["GET", "PUT"],
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,7 @@ import type { MediaBackend } from "media-manager";
|
||||||
import sharp from "sharp";
|
import sharp from "sharp";
|
||||||
import { client } from "~database/datasource";
|
import { client } from "~database/datasource";
|
||||||
import { attachmentToAPI, getUrl } from "~database/entities/Attachment";
|
import { attachmentToAPI, getUrl } from "~database/entities/Attachment";
|
||||||
import { LocalMediaBackend } from "~packages/media-manager/backends/local";
|
import { LocalMediaBackend, S3MediaBackend } from "~packages/media-manager";
|
||||||
import { S3MediaBackend } from "~packages/media-manager/backends/s3";
|
|
||||||
|
|
||||||
export const meta = applyConfig({
|
export const meta = applyConfig({
|
||||||
allowedMethods: ["POST"],
|
allowedMethods: ["POST"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue