mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Switch frontend server to Nuxt
This commit is contained in:
parent
9476770cdb
commit
dc17cffd75
24 changed files with 921 additions and 22 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import { MediaBackendType } from "~packages/media-manager";
|
||||
export enum MediaBackendType {
|
||||
LOCAL = "local",
|
||||
S3 = "s3",
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
database: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue